From d687fcf98a7b3dcfea76eb6bf285e40ab402ebe0 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Tue, 23 Jul 2024 20:48:03 +0000 Subject: [PATCH] feat(pockethost): lsof command --- packages/pockethost/src/cli/display.ts | 45 + packages/pockethost/src/cli/lsof.json | 790909 ++++++++++++++++++++++ packages/pockethost/src/cli/lsof.ts | 71 + 3 files changed, 791025 insertions(+) create mode 100644 packages/pockethost/src/cli/display.ts create mode 100644 packages/pockethost/src/cli/lsof.json create mode 100644 packages/pockethost/src/cli/lsof.ts diff --git a/packages/pockethost/src/cli/display.ts b/packages/pockethost/src/cli/display.ts new file mode 100644 index 00000000..09368ab4 --- /dev/null +++ b/packages/pockethost/src/cli/display.ts @@ -0,0 +1,45 @@ +import { execSync } from 'child_process' +import fs, { writeFileSync } from 'fs' + +// Define the structure of the input JSON +interface Process { + command: string + ppid: number | null + pid: number + tid: number | null + taskcmd: string | null + user: string + fd: string + type: string + device: string + size_off: number + node: number + name: string +} + +// Load and parse the JSON file +const data: Process[] = JSON.parse(fs.readFileSync('lsof.json', 'utf-8')) + +const cached: { [_: string]: number | null } = {} +data.forEach((proc) => { + const { pid } = proc + const ppid = (() => { + if (pid in cached) { + return cached[pid]! + } + console.log(`miss. ${pid} is not in cache`) + try { + const psOutput = execSync(`ps -o ppid= -p ${proc.pid}`) + const ppid = parseInt(psOutput.toString().trim(), 10) + cached[pid] = ppid + return ppid + } catch (e) { + cached[pid] = null + } + return cached[pid]! + })() + proc.ppid = ppid + console.log(`${pid}->${ppid}`) +}) + +writeFileSync(`./lsof.json`, JSON.stringify(data, null, 2)) diff --git a/packages/pockethost/src/cli/lsof.json b/packages/pockethost/src/cli/lsof.json new file mode 100644 index 00000000..bb6fafdc --- /dev/null +++ b/packages/pockethost/src/cli/lsof.json @@ -0,0 +1,790909 @@ +[ + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1849992, + "node": 17331, + "name": "/usr/lib/systemd/systemd" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 220208, + "node": 3130, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80768, + "node": 2921, + "name": "/usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 273064, + "node": 29898, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3w", + "type": "CHR", + "device": "1,11", + "size_off": 0, + "node": 11, + "name": "/dev/kmsg" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "DIR", + "device": "0,30", + "size_off": 0, + "node": 1, + "name": "/sys/fs/cgroup" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 12886, + "name": "/proc/1/mountinfo" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 429139224, + "name": "AUDIT" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532073, + "name": "/proc/swaps" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 428066193, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "unix", + "device": "0xffff88bb70c6ee80", + "size_off": 0, + "node": 428051427, + "name": "/run/systemd/private type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "unix", + "device": "0xffff88bb70c6ea40", + "size_off": 0, + "node": 428051429, + "name": "type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4d5c3740", + "size_off": 0, + "node": 428114901, + "name": "/run/systemd/userdb/io.systemd.DynamicUser type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4d5c2640", + "size_off": 0, + "node": 428114902, + "name": "/run/systemd/io.system.ManagedOOM type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21r", + "type": "CHR", + "device": "10,235", + "size_off": 0, + "node": 369, + "name": "/dev/autofs" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "24r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb4d5c6600", + "size_off": 0, + "node": 428114903, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "26u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "28u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "29u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "30u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "31u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "32u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "33u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "34u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "35u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "36u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "37u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "38u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "39u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "40u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "61u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "62u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "63u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "bpf-prog" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "76u", + "type": "unix", + "device": "0xffff88bb4b7aa200", + "size_off": 0, + "node": 12888, + "name": "/run/systemd/notify type=DGRAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb4b7a9100", + "size_off": 0, + "node": 12889, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb4b7add80", + "size_off": 0, + "node": 12890, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "83u", + "type": "CHR", + "device": "10,242", + "size_off": 0, + "node": 3, + "name": "/dev/rfkill" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "86u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 12913, + "name": "AUDIT" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "88r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 12899, + "name": "pipe" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 1065, + "name": "/run/cloud-init/hook-hotplug-cmd" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb4b7ac840", + "size_off": 0, + "node": 12914, + "name": "/run/systemd/journal/dev-log type=DGRAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "103u", + "type": "unix", + "device": "0xffff88bf092972c0", + "size_off": 0, + "node": 1690419284, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5f700", + "size_off": 0, + "node": 3323937894, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "105u", + "type": "unix", + "device": "0xffff88bb70c69540", + "size_off": 0, + "node": 3287002497, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bd0bfcd940", + "size_off": 0, + "node": 3286998876, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb9b0b2200", + "size_off": 0, + "node": 204224432, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bb4d5c1100", + "size_off": 0, + "node": 33881, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bb4b7b0cc0", + "size_off": 0, + "node": 24077, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bb4938f700", + "size_off": 0, + "node": 23572, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bb49cbaa80", + "size_off": 0, + "node": 23593, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "114u", + "type": "unix", + "device": "0xffff88bb4d5c6e80", + "size_off": 0, + "node": 22753, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bb4b7ad500", + "size_off": 0, + "node": 15201, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "122u", + "type": "unix", + "device": "0xffff88bb4b7b1dc0", + "size_off": 0, + "node": 22840, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb93aa0cc0", + "size_off": 0, + "node": 138023011, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "132u", + "type": "unix", + "device": "0xffff88bb483f8880", + "size_off": 0, + "node": 138021052, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb483fbfc0", + "size_off": 0, + "node": 138024326, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb483fb300", + "size_off": 0, + "node": 138021107, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "137u", + "type": "unix", + "device": "0xffff88bb93aa0880", + "size_off": 0, + "node": 138021136, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "138u", + "type": "unix", + "device": "0xffff88bb9b0b6600", + "size_off": 0, + "node": 3630725663, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "139u", + "type": "unix", + "device": "0xffff88bc98c5ee80", + "size_off": 0, + "node": 3630725674, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "144u", + "type": "unix", + "device": "0xffff88bb9b0b50c0", + "size_off": 0, + "node": 3630725683, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb49388000", + "size_off": 0, + "node": 3630725694, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bb9b0b0880", + "size_off": 0, + "node": 3630727479, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bbefca9dc0", + "size_off": 0, + "node": 3630729273, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "150u", + "type": "unix", + "device": "0xffff88bb4b7ab300", + "size_off": 0, + "node": 12916, + "name": "/run/systemd/journal/socket type=DGRAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88bb4b7acc80", + "size_off": 0, + "node": 12918, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 354, + "name": "/run/dmeventd-server" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "154u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 355, + "name": "/run/dmeventd-client" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "155u", + "type": "unix", + "device": "0xffff88bb49cbcc80", + "size_off": 0, + "node": 18811, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 361, + "name": "/run/initctl" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "157u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 12920, + "name": "ROUTE" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bb4b7afb40", + "size_off": 0, + "node": 12907, + "name": "/run/systemd/fsck.progress type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "159u", + "type": "unix", + "device": "0xffff88bb4b7aee80", + "size_off": 0, + "node": 12902, + "name": "/run/lvm/lvmpolld.socket type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bfbcc1a640", + "size_off": 0, + "node": 2100115195, + "name": "/var/snap/lxd/common/lxd/unix.socket type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "165u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 12923, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "166u", + "type": "unix", + "device": "0xffff88bfbcc1aec0", + "size_off": 0, + "node": 2100115199, + "name": "/var/snap/lxd/common/lxd-user/unix.socket type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb4b7a9dc0", + "size_off": 0, + "node": 12921, + "name": "/run/udev/control type=SEQPACKET" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "176u", + "type": "unix", + "device": "0xffff88bb4b7ac400", + "size_off": 0, + "node": 12905, + "name": "/run/systemd/journal/syslog type=DGRAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "178u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "180u", + "type": "unix", + "device": "0xffff88bb88773740", + "size_off": 0, + "node": 3102542502, + "name": "/run/uuidd/request type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "181u", + "type": "unix", + "device": "0xffff88bb48ee61c0", + "size_off": 0, + "node": 22683, + "name": "@ISCSIADM_ABSTRACT_NAMESPACE type=STREAM" + }, + { + "command": "systemd", + "pid": 1, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "184u", + "type": "unix", + "device": "0xffff88bb4b7ad940", + "size_off": 0, + "node": 12904, + "name": "@/org/kernel/linux/storage/multipathd type=STREAM" + }, + { + "command": "kthreadd", + "pid": 2, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kthreadd", + "pid": 2, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kthreadd", + "pid": 2, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/2/exe" + }, + { + "command": "rcu_gp", + "pid": 3, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_gp", + "pid": 3, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_gp", + "pid": 3, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/3/exe" + }, + { + "command": "rcu_par_g", + "pid": 4, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_par_g", + "pid": 4, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_par_g", + "pid": 4, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/4/exe" + }, + { + "command": "slub_flus", + "pid": 5, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "slub_flus", + "pid": 5, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "slub_flus", + "pid": 5, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/5/exe" + }, + { + "command": "netns", + "pid": 6, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "netns", + "pid": 6, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "netns", + "pid": 6, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/6/exe" + }, + { + "command": "mm_percpu", + "pid": 10, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "mm_percpu", + "pid": 10, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "mm_percpu", + "pid": 10, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/10/exe" + }, + { + "command": "rcu_tasks", + "pid": 11, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_tasks", + "pid": 11, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_tasks", + "pid": 11, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/11/exe" + }, + { + "command": "rcu_tasks", + "pid": 12, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_tasks", + "pid": 12, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_tasks", + "pid": 12, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/12/exe" + }, + { + "command": "ksoftirqd", + "pid": 13, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 13, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 13, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/13/exe" + }, + { + "command": "rcu_sched", + "pid": 14, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_sched", + "pid": 14, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rcu_sched", + "pid": 14, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/14/exe" + }, + { + "command": "migration", + "pid": 15, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 15, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 15, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/15/exe" + }, + { + "command": "idle_inje", + "pid": 16, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 16, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 16, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/16/exe" + }, + { + "command": "cpuhp/0", + "pid": 18, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/0", + "pid": 18, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/0", + "pid": 18, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/18/exe" + }, + { + "command": "cpuhp/1", + "pid": 19, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/1", + "pid": 19, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/1", + "pid": 19, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/19/exe" + }, + { + "command": "idle_inje", + "pid": 20, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 20, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 20, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/20/exe" + }, + { + "command": "migration", + "pid": 21, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 21, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 21, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/21/exe" + }, + { + "command": "ksoftirqd", + "pid": 22, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 22, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 22, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/22/exe" + }, + { + "command": "cpuhp/2", + "pid": 25, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/2", + "pid": 25, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/2", + "pid": 25, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/25/exe" + }, + { + "command": "idle_inje", + "pid": 26, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 26, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 26, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/26/exe" + }, + { + "command": "migration", + "pid": 27, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 27, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 27, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/27/exe" + }, + { + "command": "ksoftirqd", + "pid": 28, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 28, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 28, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/28/exe" + }, + { + "command": "cpuhp/3", + "pid": 31, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/3", + "pid": 31, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/3", + "pid": 31, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/31/exe" + }, + { + "command": "idle_inje", + "pid": 32, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 32, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 32, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/32/exe" + }, + { + "command": "migration", + "pid": 33, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 33, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 33, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/33/exe" + }, + { + "command": "ksoftirqd", + "pid": 34, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 34, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 34, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/34/exe" + }, + { + "command": "cpuhp/4", + "pid": 37, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/4", + "pid": 37, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/4", + "pid": 37, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/37/exe" + }, + { + "command": "idle_inje", + "pid": 38, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 38, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 38, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/38/exe" + }, + { + "command": "migration", + "pid": 39, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 39, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 39, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/39/exe" + }, + { + "command": "ksoftirqd", + "pid": 40, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 40, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 40, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/40/exe" + }, + { + "command": "cpuhp/5", + "pid": 43, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/5", + "pid": 43, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/5", + "pid": 43, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/43/exe" + }, + { + "command": "idle_inje", + "pid": 44, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 44, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 44, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/44/exe" + }, + { + "command": "migration", + "pid": 45, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 45, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 45, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/45/exe" + }, + { + "command": "ksoftirqd", + "pid": 46, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 46, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 46, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/46/exe" + }, + { + "command": "cpuhp/6", + "pid": 49, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/6", + "pid": 49, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/6", + "pid": 49, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/49/exe" + }, + { + "command": "idle_inje", + "pid": 50, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 50, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 50, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/50/exe" + }, + { + "command": "migration", + "pid": 51, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 51, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 51, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/51/exe" + }, + { + "command": "ksoftirqd", + "pid": 52, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 52, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 52, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/52/exe" + }, + { + "command": "cpuhp/7", + "pid": 55, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/7", + "pid": 55, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cpuhp/7", + "pid": 55, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/55/exe" + }, + { + "command": "idle_inje", + "pid": 56, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 56, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "idle_inje", + "pid": 56, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/56/exe" + }, + { + "command": "migration", + "pid": 57, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 57, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "migration", + "pid": 57, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/57/exe" + }, + { + "command": "ksoftirqd", + "pid": 58, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 58, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksoftirqd", + "pid": 58, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/58/exe" + }, + { + "command": "kdevtmpfs", + "pid": 61, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,5", + "size_off": 3920, + "node": 1, + "name": "/" + }, + { + "command": "kdevtmpfs", + "pid": 61, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,5", + "size_off": 3920, + "node": 1, + "name": "/" + }, + { + "command": "kdevtmpfs", + "pid": 61, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/61/exe" + }, + { + "command": "inet_frag", + "pid": 62, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "inet_frag", + "pid": 62, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "inet_frag", + "pid": 62, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/62/exe" + }, + { + "command": "kauditd", + "pid": 63, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kauditd", + "pid": 63, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kauditd", + "pid": 63, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/63/exe" + }, + { + "command": "khungtask", + "pid": 64, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "khungtask", + "pid": 64, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "khungtask", + "pid": 64, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/64/exe" + }, + { + "command": "oom_reape", + "pid": 65, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "oom_reape", + "pid": 65, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "oom_reape", + "pid": 65, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/65/exe" + }, + { + "command": "writeback", + "pid": 66, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "writeback", + "pid": 66, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "writeback", + "pid": 66, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/66/exe" + }, + { + "command": "kcompactd", + "pid": 67, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kcompactd", + "pid": 67, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kcompactd", + "pid": 67, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/67/exe" + }, + { + "command": "ksmd", + "pid": 68, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksmd", + "pid": 68, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ksmd", + "pid": 68, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/68/exe" + }, + { + "command": "khugepage", + "pid": 69, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "khugepage", + "pid": 69, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "khugepage", + "pid": 69, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/69/exe" + }, + { + "command": "kintegrit", + "pid": 117, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kintegrit", + "pid": 117, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kintegrit", + "pid": 117, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/117/exe" + }, + { + "command": "kblockd", + "pid": 118, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kblockd", + "pid": 118, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kblockd", + "pid": 118, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/118/exe" + }, + { + "command": "blkcg_pun", + "pid": 119, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "blkcg_pun", + "pid": 119, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "blkcg_pun", + "pid": 119, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/119/exe" + }, + { + "command": "tpm_dev_w", + "pid": 120, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "tpm_dev_w", + "pid": 120, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "tpm_dev_w", + "pid": 120, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/120/exe" + }, + { + "command": "ata_sff", + "pid": 121, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ata_sff", + "pid": 121, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ata_sff", + "pid": 121, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/121/exe" + }, + { + "command": "md", + "pid": 122, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "md", + "pid": 122, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "md", + "pid": 122, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/122/exe" + }, + { + "command": "edac-poll", + "pid": 123, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "edac-poll", + "pid": 123, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "edac-poll", + "pid": 123, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/123/exe" + }, + { + "command": "devfreq_w", + "pid": 124, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "devfreq_w", + "pid": 124, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "devfreq_w", + "pid": 124, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/124/exe" + }, + { + "command": "watchdogd", + "pid": 125, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "watchdogd", + "pid": 125, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "watchdogd", + "pid": 125, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/125/exe" + }, + { + "command": "kworker/3", + "pid": 127, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 127, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 127, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/127/exe" + }, + { + "command": "kswapd0", + "pid": 130, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kswapd0", + "pid": 130, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kswapd0", + "pid": 130, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/130/exe" + }, + { + "command": "ecryptfs-", + "pid": 132, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ecryptfs-", + "pid": 132, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ecryptfs-", + "pid": 132, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/132/exe" + }, + { + "command": "kthrotld", + "pid": 134, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kthrotld", + "pid": 134, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kthrotld", + "pid": 134, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/134/exe" + }, + { + "command": "acpi_ther", + "pid": 135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "acpi_ther", + "pid": 135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "acpi_ther", + "pid": 135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/135/exe" + }, + { + "command": "scsi_eh_0", + "pid": 139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_eh_0", + "pid": 139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_eh_0", + "pid": 139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/139/exe" + }, + { + "command": "scsi_tmf_", + "pid": 140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_tmf_", + "pid": 140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_tmf_", + "pid": 140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/140/exe" + }, + { + "command": "scsi_eh_1", + "pid": 141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_eh_1", + "pid": 141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_eh_1", + "pid": 141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/141/exe" + }, + { + "command": "scsi_tmf_", + "pid": 142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_tmf_", + "pid": 142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_tmf_", + "pid": 142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/142/exe" + }, + { + "command": "vfio-irqf", + "pid": 144, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "vfio-irqf", + "pid": 144, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "vfio-irqf", + "pid": 144, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/144/exe" + }, + { + "command": "mld", + "pid": 145, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "mld", + "pid": 145, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "mld", + "pid": 145, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/145/exe" + }, + { + "command": "ipv6_addr", + "pid": 147, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ipv6_addr", + "pid": 147, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ipv6_addr", + "pid": 147, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/147/exe" + }, + { + "command": "kstrp", + "pid": 157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kstrp", + "pid": 157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kstrp", + "pid": 157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/157/exe" + }, + { + "command": "zswap-shr", + "pid": 160, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "zswap-shr", + "pid": 160, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "zswap-shr", + "pid": 160, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/160/exe" + }, + { + "command": "kworker/u", + "pid": 161, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 161, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 161, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/161/exe" + }, + { + "command": "charger_m", + "pid": 166, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "charger_m", + "pid": 166, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "charger_m", + "pid": 166, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/166/exe" + }, + { + "command": "scsi_eh_2", + "pid": 226, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_eh_2", + "pid": 226, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_eh_2", + "pid": 226, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/226/exe" + }, + { + "command": "scsi_tmf_", + "pid": 228, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_tmf_", + "pid": 228, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "scsi_tmf_", + "pid": 228, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/228/exe" + }, + { + "command": "kworker/7", + "pid": 232, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 232, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 232, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/232/exe" + }, + { + "command": "cryptd", + "pid": 234, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cryptd", + "pid": 234, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cryptd", + "pid": 234, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/234/exe" + }, + { + "command": "kworker/1", + "pid": 239, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 239, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 239, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/239/exe" + }, + { + "command": "kworker/0", + "pid": 241, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 241, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 241, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/241/exe" + }, + { + "command": "kworker/4", + "pid": 248, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 248, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 248, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/248/exe" + }, + { + "command": "raid5wq", + "pid": 297, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "raid5wq", + "pid": 297, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "raid5wq", + "pid": 297, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/297/exe" + }, + { + "command": "jbd2/vda1", + "pid": 354, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "jbd2/vda1", + "pid": 354, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "jbd2/vda1", + "pid": 354, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/354/exe" + }, + { + "command": "ext4-rsv-", + "pid": 355, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ext4-rsv-", + "pid": 355, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ext4-rsv-", + "pid": 355, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/355/exe" + }, + { + "command": "kaluad", + "pid": 452, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kaluad", + "pid": 452, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kaluad", + "pid": 452, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/452/exe" + }, + { + "command": "kmpath_rd", + "pid": 459, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kmpath_rd", + "pid": 459, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kmpath_rd", + "pid": 459, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/459/exe" + }, + { + "command": "kmpathd", + "pid": 460, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kmpathd", + "pid": 460, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kmpathd", + "pid": 460, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/460/exe" + }, + { + "command": "kmpath_ha", + "pid": 461, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kmpath_ha", + "pid": 461, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kmpath_ha", + "pid": 461, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/461/exe" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 232776, + "node": 58072, + "name": "/usr/bin/dbus-daemon" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80768, + "node": 2921, + "name": "/usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6427, + "name": "/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.7" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 313656, + "node": 9813, + "name": "/usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4938dd80", + "size_off": 0, + "node": 21757, + "name": "type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4938dd80", + "size_off": 0, + "node": 21757, + "name": "type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb49cbcc80", + "size_off": 0, + "node": 18811, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "5u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 18821, + "name": "protocol: NETLINK" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb49cbd500", + "size_off": 0, + "node": 18825, + "name": "type=DGRAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb49cb8440", + "size_off": 0, + "node": 18826, + "name": "type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb49cbbfc0", + "size_off": 0, + "node": 18827, + "name": "type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fd0c0", + "size_off": 0, + "node": 138019373, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc0e94fb40", + "size_off": 0, + "node": 3630727475, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "12u", + "type": "unix", + "device": "0xffff88bc0e94bfc0", + "size_off": 0, + "node": 138019400, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "13u", + "type": "unix", + "device": "0xffff88bb49389540", + "size_off": 0, + "node": 3630727472, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb70c6aec0", + "size_off": 0, + "node": 3286999811, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb673ad500", + "size_off": 0, + "node": 3286996452, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "16u", + "type": "unix", + "device": "0xffff88bb49cb8cc0", + "size_off": 0, + "node": 23627, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "17u", + "type": "unix", + "device": "0xffff88bbefcaea40", + "size_off": 0, + "node": 3630729274, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb49cbe600", + "size_off": 0, + "node": 25097, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4b7a8440", + "size_off": 0, + "node": 22302, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc3b51fb40", + "size_off": 0, + "node": 3323933586, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70c6f2c0", + "size_off": 0, + "node": 428062883, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c2ec0", + "size_off": 0, + "node": 31574, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "dbus-daem", + "pid": 759, + "tid": null, + "taskcmd": null, + "user": "messagebus", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb45a88000", + "size_off": 0, + "node": 26803, + "name": "/run/dbus/system_bus_socket type=STREAM" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5904904, + "node": 13766, + "name": "/usr/bin/python3.10" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 45240, + "node": 7581, + "name": "/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 74848, + "node": 3680, + "name": "/usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 313656, + "node": 9813, + "name": "/usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 168152, + "node": 8076, + "name": "/usr/lib/python3/dist-packages/_dbus_bindings.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 206984, + "node": 4833, + "name": "/usr/lib/x86_64-linux-gnu/girepository-1.0/GLib-2.0.typelib" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137288, + "node": 4855, + "name": "/usr/lib/x86_64-linux-gnu/libgirepository-1.0.so.1.0.0" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 348656, + "node": 8040, + "name": "/usr/lib/python3/dist-packages/gi/_gi.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 49160, + "node": 7579, + "name": "/usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 32120, + "node": 7541, + "name": "/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23040, + "node": 8077, + "name": "/usr/lib/python3/dist-packages/_dbus_glib_bindings.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 9846, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7308, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6427, + "name": "/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.7" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 28324, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb49cbb740", + "size_off": 0, + "node": 18832, + "name": "type=STREAM" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb49cbb740", + "size_off": 0, + "node": 18832, + "name": "type=STREAM" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb49cb9100", + "size_off": 0, + "node": 18898, + "name": "type=STREAM" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb49cbaec0", + "size_off": 0, + "node": 18900, + "name": "type=STREAM" + }, + { + "command": "networkd-", + "pid": 770, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb49cbfb40", + "size_off": 0, + "node": 18901, + "name": "type=STREAM" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 264712, + "node": 17624, + "name": "/usr/lib/systemd/systemd-logind" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 33964, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 30954, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4d5c50c0", + "size_off": 0, + "node": 18143, + "name": "type=STREAM" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4d5c50c0", + "size_off": 0, + "node": 18143, + "name": "type=STREAM" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb49cbb300", + "size_off": 0, + "node": 18866, + "name": "type=DGRAM" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "REG", + "device": "0,23", + "size_off": 4096, + "node": 11294, + "name": "/sys/devices/virtual/tty/tty0/active" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 18874, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 1158, + "name": "/run/systemd/inhibit/1.ref" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 18875, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 18876, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 18877, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb49cb9540", + "size_off": 0, + "node": 18878, + "name": "type=STREAM" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "CHR", + "device": "13,64", + "size_off": 0, + "node": 147, + "name": "/dev/input/event0" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "13,65", + "size_off": 0, + "node": 150, + "name": "/dev/input/event1" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "CHR", + "device": "4,6", + "size_off": 0, + "node": 26, + "name": "/dev/tty6" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 10074215, + "name": "/run/systemd/inhibit/14.ref" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175449849, + "name": "/run/systemd/sessions/7195.ref" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 174951366, + "name": "/run/systemd/sessions/7186.ref" + }, + { + "command": "systemd-l", + "pid": 790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 174951375, + "name": "/run/systemd/sessions/7187.ref" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5904904, + "node": 13766, + "name": "/usr/bin/python3.10" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80080, + "node": 4908, + "name": "/usr/lib/x86_64-linux-gnu/libxxhash.so.0.8.1" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 74848, + "node": 3680, + "name": "/usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1842624, + "node": 5553, + "name": "/usr/lib/x86_64-linux-gnu/libapt-pkg.so.6.0.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 347096, + "node": 14061, + "name": "/usr/lib/python3/dist-packages/apt_pkg.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 206984, + "node": 4833, + "name": "/usr/lib/x86_64-linux-gnu/girepository-1.0/GLib-2.0.typelib" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137288, + "node": 4855, + "name": "/usr/lib/x86_64-linux-gnu/libgirepository-1.0.so.1.0.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 348656, + "node": 8040, + "name": "/usr/lib/python3/dist-packages/gi/_gi.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 313656, + "node": 9813, + "name": "/usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 168152, + "node": 8076, + "name": "/usr/lib/python3/dist-packages/_dbus_bindings.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23040, + "node": 8077, + "name": "/usr/lib/python3/dist-packages/_dbus_glib_bindings.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23664, + "node": 7585, + "name": "/usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 9846, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7308, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6427, + "name": "/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.7" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 28324, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7a8cc0", + "size_off": 0, + "node": 23629, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7a8cc0", + "size_off": 0, + "node": 23629, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3w", + "type": "REG", + "device": "252,1", + "size_off": 226, + "node": 31330, + "name": "/var/log/unattended-upgrades/unattended-upgrades-shutdown.log.1 (deleted)" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb4b7a9540", + "size_off": 0, + "node": 23634, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb48ee7b40", + "size_off": 0, + "node": 22833, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 1158, + "name": "/run/systemd/inhibit/1.ref" + }, + { + "command": "unattende", + "pid": 839, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee4400", + "size_off": 0, + "node": 22834, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5904904, + "node": 13766, + "name": "/usr/bin/python3.10" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80080, + "node": 4908, + "name": "/usr/lib/x86_64-linux-gnu/libxxhash.so.0.8.1" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 74848, + "node": 3680, + "name": "/usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1842624, + "node": 5553, + "name": "/usr/lib/x86_64-linux-gnu/libapt-pkg.so.6.0.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 347096, + "node": 14061, + "name": "/usr/lib/python3/dist-packages/apt_pkg.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 206984, + "node": 4833, + "name": "/usr/lib/x86_64-linux-gnu/girepository-1.0/GLib-2.0.typelib" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137288, + "node": 4855, + "name": "/usr/lib/x86_64-linux-gnu/libgirepository-1.0.so.1.0.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 348656, + "node": 8040, + "name": "/usr/lib/python3/dist-packages/gi/_gi.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 313656, + "node": 9813, + "name": "/usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.13" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 168152, + "node": 8076, + "name": "/usr/lib/python3/dist-packages/_dbus_bindings.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23040, + "node": 8077, + "name": "/usr/lib/python3/dist-packages/_dbus_glib_bindings.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23664, + "node": 7585, + "name": "/usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 9846, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7308, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6427, + "name": "/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.7" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 28324, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7a8cc0", + "size_off": 0, + "node": 23629, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7a8cc0", + "size_off": 0, + "node": 23629, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "3w", + "type": "REG", + "device": "252,1", + "size_off": 226, + "node": 31330, + "name": "/var/log/unattended-upgrades/unattended-upgrades-shutdown.log.1 (deleted)" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb4b7a9540", + "size_off": 0, + "node": 23634, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb48ee7b40", + "size_off": 0, + "node": 22833, + "name": "type=STREAM" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 1158, + "name": "/run/systemd/inhibit/1.ref" + }, + { + "command": "unattende", + "pid": 839, + "tid": 857, + "taskcmd": "gmain", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee4400", + "size_off": 0, + "node": 22834, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 867, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 868, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 869, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 870, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 871, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 872, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 873, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 874, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 875, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 878, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 879, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 880, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 893, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 894, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 895, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 896, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 898, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 899, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 900, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 901, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 902, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 905, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 906, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 907, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1289, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1290, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1300, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1339, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1369, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1412, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1421, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1441, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1449, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1450, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1474, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1482, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1490, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1491, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 1494, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12843, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12927, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 12928, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18242, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18243, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18244, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18245, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18246, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18247, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18248, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18249, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 18250, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63687, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 63688, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83396, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83397, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83398, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83399, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83400, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83402, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 83403, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142786, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142826, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 142872, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717673, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717674, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 717854, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 718080, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224605, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224606, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2224607, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2239915, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419339, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419342, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419343, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419354, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419357, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419358, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2419371, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420048, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420423, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420500, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420508, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420509, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420561, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420614, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420616, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420644, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420654, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420901, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420993, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2420994, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421000, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421486, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421487, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421488, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421702, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421760, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2421761, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423098, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423160, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423342, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423572, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423575, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2423576, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424254, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424462, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424481, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2424967, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425443, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425444, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425445, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425479, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2425480, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428590, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428606, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428767, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428768, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428770, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428814, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428861, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428862, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428863, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428865, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428866, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428867, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428881, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428882, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428894, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428895, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428923, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428924, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428925, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428927, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428964, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428965, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428972, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2428973, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429007, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429008, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429009, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429010, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429011, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429012, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429013, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429014, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429015, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429016, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429017, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429018, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429019, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429020, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 2429021, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3206122, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252147, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252249, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252250, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252358, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252359, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252470, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252471, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252620, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252621, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252707, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252708, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252709, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252811, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252910, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3252911, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253016, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253039, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253040, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253041, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253054, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253059, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253434, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253435, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253664, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253863, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253864, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253952, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3253953, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254105, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254305, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3254306, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261296, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261297, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261298, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261299, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3261300, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286646, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286793, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286900, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3286901, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318243, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318345, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318346, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318347, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318348, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3318349, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353856, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353857, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353858, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353859, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3353860, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504574, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3504575, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619718, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 93546720, + "node": 6736, + "name": "/usr/bin/dockerd" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b5500", + "size_off": 0, + "node": 15242, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938f2c0", + "size_off": 0, + "node": 22318, + "name": "/var/run/docker/metrics.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb48ee3b80", + "size_off": 0, + "node": 22681, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 21018, + "name": "pipe" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb483fe1c0", + "size_off": 0, + "node": 138019415, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb483faec0", + "size_off": 0, + "node": 138019416, + "name": "type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "10uW", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 60489, + "name": "/var/lib/docker/volumes/metadata.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "11r", + "type": "REG", + "device": "0,4", + "size_off": 0, + "node": 4026531840, + "name": "net" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "12u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22325, + "name": "ROUTE" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22326, + "name": "XFRM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 22327, + "name": "NETFILTER" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb4b7a9980", + "size_off": 0, + "node": 24019, + "name": "/var/run/docker/libnetwork/e080be9f3a3d.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "16uW", + "type": "REG", + "device": "252,1", + "size_off": 524288, + "node": 60493, + "name": "/var/lib/docker/buildkit/containerdmeta.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "17uW", + "type": "REG", + "device": "252,1", + "size_off": 65536, + "node": 60494, + "name": "/var/lib/docker/buildkit/snapshots.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "18uW", + "type": "REG", + "device": "252,1", + "size_off": 2097152, + "node": 60495, + "name": "/var/lib/docker/buildkit/metadata_v2.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "19uW", + "type": "REG", + "device": "252,1", + "size_off": 131072, + "node": 60496, + "name": "/var/lib/docker/buildkit/cache.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "20uW", + "type": "REG", + "device": "252,1", + "size_off": 262144, + "node": 1842, + "name": "/var/lib/docker/buildkit/history.db" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "22u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb93aa5d80", + "size_off": 0, + "node": 2935772747, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88c1d3050cc0", + "size_off": 0, + "node": 1051154981, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bfbcc18880", + "size_off": 0, + "node": 132764956, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bc37611100", + "size_off": 0, + "node": 632630773, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "31u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068745, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "33u", + "type": "IPv4", + "device": "1768073385", + "size_off": 0, + "node": null, + "name": "edge1:45661->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "34r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "35w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3508, + "name": "/var/lib/docker/containers/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "36r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "39u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "40u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "41u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "42u", + "type": "IPv4", + "device": "1768069569", + "size_off": 0, + "node": null, + "name": "edge1:57527->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "48u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "49u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "50u", + "type": "IPv4", + "device": "1767858139", + "size_off": 0, + "node": null, + "name": "edge1:49031->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 3756, + "name": "/var/lib/docker/containers/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "52r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "53r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "54w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3749, + "name": "/var/lib/docker/containers/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "55r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "56r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "57r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "58u", + "type": "IPv4", + "device": "1768072596", + "size_off": 0, + "node": null, + "name": "edge1:46165->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "60r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "61u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "62u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "63w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3826, + "name": "/var/lib/docker/containers/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "66u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "67u", + "type": "IPv4", + "device": "1768068587", + "size_off": 0, + "node": null, + "name": "edge1:57284->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "68r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "69w", + "type": "REG", + "device": "252,1", + "size_off": 438, + "node": 3831, + "name": "/var/lib/docker/containers/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "70r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "71u", + "type": "IPv4", + "device": "1768073692", + "size_off": 0, + "node": null, + "name": "edge1:44060->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "73w", + "type": "REG", + "device": "252,1", + "size_off": 302, + "node": 2218, + "name": "/var/lib/docker/containers/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "74r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "75u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071407, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "76u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074409, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "77r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "78u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073596, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "80u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073583, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "81u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768071416, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bce2eb9980", + "size_off": 0, + "node": 1673855326, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bb96c7bfc0", + "size_off": 0, + "node": 3280414475, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb96c78cc0", + "size_off": 0, + "node": 3280414478, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bcfbdb4840", + "size_off": 0, + "node": 1327809273, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "134u", + "type": "IPv4", + "device": "3284566077", + "size_off": 0, + "node": null, + "name": "edge1:50770->edge1:6514" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2c61100", + "size_off": 0, + "node": 1327784546, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc0e94f700", + "size_off": 0, + "node": 1767769375, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4938c400", + "size_off": 0, + "node": 1327988259, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "167w", + "type": "REG", + "device": "252,1", + "size_off": 89, + "node": 14704, + "name": "/var/lib/docker/containers/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/container-cached.log" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "179u", + "type": "unix", + "device": "0xffff88bb93aa6600", + "size_off": 0, + "node": 1767721038, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "228u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3285974299, + "name": "protocol: NETLINK" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "234u", + "type": "unix", + "device": "0xffff88bbafaf9980", + "size_off": 0, + "node": 1767775507, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "235u", + "type": "unix", + "device": "0xffff88bce2c65d80", + "size_off": 0, + "node": 632626845, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "242u", + "type": "unix", + "device": "0xffff88bce2ebd940", + "size_off": 0, + "node": 1327793015, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "255u", + "type": "unix", + "device": "0xffff88bf78117700", + "size_off": 0, + "node": 1767774178, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88be3ce5cc80", + "size_off": 0, + "node": 1327786519, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "285u", + "type": "unix", + "device": "0xffff88ba4dbc9980", + "size_off": 0, + "node": 132655668, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bc3b51ea40", + "size_off": 0, + "node": 1745290625, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bc3b51aa80", + "size_off": 0, + "node": 1767784885, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "334u", + "type": "unix", + "device": "0xffff88bf781172c0", + "size_off": 0, + "node": 1767778053, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "382u", + "type": "unix", + "device": "0xffff88bd1210c840", + "size_off": 0, + "node": 1138245093, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "dockerd", + "pid": 865, + "tid": 3619719, + "taskcmd": "dockerd", + "user": "root", + "fd": "498u", + "type": "unix", + "device": "0xffff88bccaba4c80", + "size_off": 0, + "node": 1767586466, + "name": "/run/docker.sock type=STREAM" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 56888, + "node": 2560, + "name": "/usr/sbin/agetty (deleted)" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 9846, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7308, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 28324, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "4,1", + "size_off": 0, + "node": 21, + "name": "/dev/tty1" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "4,1", + "size_off": 0, + "node": 21, + "name": "/dev/tty1" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "4,1", + "size_off": 0, + "node": 21, + "name": "/dev/tty1" + }, + { + "command": "agetty", + "pid": 1593, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1849992, + "node": 17331, + "name": "/usr/lib/systemd/systemd" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 30954, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80768, + "node": 2921, + "name": "/usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 33964, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b2640", + "size_off": 0, + "node": 25997, + "name": "type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b2640", + "size_off": 0, + "node": 25997, + "name": "type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b0440", + "size_off": 0, + "node": 26021, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "DIR", + "device": "0,30", + "size_off": 0, + "node": 4729, + "name": "/sys/fs/cgroup/user.slice/user-0.slice/user@0.service" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 26024, + "name": "/proc/1789/mountinfo" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "unix", + "device": "0xffff88bb45a89980", + "size_off": 0, + "node": 26040, + "name": "/run/user/0/bus type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532073, + "name": "/proc/swaps" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 26025, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "unix", + "device": "0xffff88bb4b7b4c80", + "size_off": 0, + "node": 26031, + "name": "/run/user/0/systemd/notify type=DGRAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "unix", + "device": "0xffff88bb4b7b3740", + "size_off": 0, + "node": 26032, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb4b7b3300", + "size_off": 0, + "node": 26033, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4b7b4400", + "size_off": 0, + "node": 26034, + "name": "/run/user/0/systemd/private type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb45a88880", + "size_off": 0, + "node": 26036, + "name": "type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bb45a8ea40", + "size_off": 0, + "node": 26042, + "name": "/run/user/0/gnupg/S.dirmngr type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb45a8e600", + "size_off": 0, + "node": 26044, + "name": "/run/user/0/gnupg/S.gpg-agent.browser type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb45a8aec0", + "size_off": 0, + "node": 26046, + "name": "/run/user/0/gnupg/S.gpg-agent.extra type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb45a89540", + "size_off": 0, + "node": 26048, + "name": "/run/user/0/gnupg/S.gpg-agent.ssh type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb45a88cc0", + "size_off": 0, + "node": 26050, + "name": "/run/user/0/gnupg/S.gpg-agent type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb45a8a200", + "size_off": 0, + "node": 26052, + "name": "/run/user/0/pk-debconf-socket type=STREAM" + }, + { + "command": "systemd", + "pid": 1789, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb45a89100", + "size_off": 0, + "node": 26054, + "name": "/run/user/0/snapd-session-agent.socket type=STREAM" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1849992, + "node": 17331, + "name": "/usr/lib/systemd/systemd" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 33965, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 34750, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_keyinit.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 42341, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 35175, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40382, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_loginuid.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 41658, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_selinux.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40456, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7516, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 42381, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 30954, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80768, + "node": 2921, + "name": "/usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 33964, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 20838, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4b7b2640", + "size_off": 0, + "node": 25997, + "name": "type=STREAM" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4b7b2640", + "size_off": 0, + "node": 25997, + "name": "type=STREAM" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 25998, + "name": "pipe" + }, + { + "command": "(sd-pam)", + "pid": 1790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb4b7b5940", + "size_off": 0, + "node": 26009, + "name": "type=DGRAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1892, + "taskcmd": "node", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1893, + "taskcmd": "node", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1894, + "taskcmd": "node", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1895, + "taskcmd": "node", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1896, + "taskcmd": "node", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1897, + "taskcmd": "node", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1898, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1899, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1900, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb48ee50c0", + "size_off": 0, + "node": 23272, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1919160, + "node": 259597, + "name": "/root/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28714, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28715, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 19370, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 28716, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb42c71100", + "size_off": 0, + "node": 28724, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb42c750c0", + "size_off": 0, + "node": 28725, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53bad0c0", + "size_off": 0, + "node": 1733186970, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70851100", + "size_off": 0, + "node": 1693982124, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bccaba0000", + "size_off": 0, + "node": 1733186972, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb53bad500", + "size_off": 0, + "node": 1694078289, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "24w", + "type": "REG", + "device": "252,1", + "size_off": 3133, + "node": 313523, + "name": "/root/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 1550, + "node": 313524, + "name": "/root/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb9b0b0cc0", + "size_off": 0, + "node": 1732922452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4819aa80", + "size_off": 0, + "node": 39980585, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "33r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336029, + "name": "/proc/2670814/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "36r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732877242, + "name": "/proc/53135/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "37r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745274313, + "name": "/proc/681572/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "39r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185336031, + "name": "/proc/2670816/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "40r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10713739, + "name": "/proc/3538065/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "46r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 604921030, + "name": "/proc/2279409/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bb9b0b3740", + "size_off": 0, + "node": 1732922454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "56w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "57w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "58w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "60w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "61u", + "type": "unix", + "device": "0xffff88bfbac70000", + "size_off": 0, + "node": 39984280, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "62r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 39986347, + "name": "/proc/1034976/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "63u", + "type": "unix", + "device": "0xffff88bfbac71dc0", + "size_off": 0, + "node": 39984282, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "64u", + "type": "unix", + "device": "0xffff88bb4819f700", + "size_off": 0, + "node": 39980587, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "65u", + "type": "unix", + "device": "0xffff88bfbac75500", + "size_off": 0, + "node": 39984284, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "66r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275330, + "name": "/proc/681443/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bfbac772c0", + "size_off": 0, + "node": 39984286, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "68r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925363, + "name": "/proc/3547226/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "69r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711490, + "name": "/proc/3538079/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "70w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "71r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 185431743, + "name": "/proc/2671897/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "72u", + "type": "unix", + "device": "0xffff88bb9b0b0440", + "size_off": 0, + "node": 1732922456, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "74r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10925365, + "name": "/proc/3547229/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "75r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 10711492, + "name": "/proc/3538082/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "76w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "77w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "78u", + "type": "unix", + "device": "0xffff88bb53bad940", + "size_off": 0, + "node": 1693950643, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "79r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693954395, + "name": "/proc/3365403/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bb53ba8880", + "size_off": 0, + "node": 1693950645, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "81r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1767783309, + "name": "/proc/906399/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "82w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "83u", + "type": "unix", + "device": "0xffff88bb53baaa80", + "size_off": 0, + "node": 1693950647, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "85u", + "type": "unix", + "device": "0xffff88bb9698ee80", + "size_off": 0, + "node": 1694517412, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "86u", + "type": "unix", + "device": "0xffff88bb53ba8000", + "size_off": 0, + "node": 1693950649, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "87r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694516487, + "name": "/proc/3389705/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "88w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "89u", + "type": "unix", + "device": "0xffff88bce2c62640", + "size_off": 0, + "node": 1694517414, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb70850880", + "size_off": 0, + "node": 1693954414, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "91u", + "type": "unix", + "device": "0xffff88bc37617700", + "size_off": 0, + "node": 1694929459, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "93u", + "type": "unix", + "device": "0xffff88bb708572c0", + "size_off": 0, + "node": 1693954416, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "95r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694928362, + "name": "/proc/3399551/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bc20673300", + "size_off": 0, + "node": 1694930248, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "97u", + "type": "unix", + "device": "0xffff88bf78111540", + "size_off": 0, + "node": 1694516522, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "98w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "99u", + "type": "unix", + "device": "0xffff88bce2c66600", + "size_off": 0, + "node": 1694517416, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "100w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bc98c5c840", + "size_off": 0, + "node": 1693968813, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "102u", + "type": "unix", + "device": "0xffff88bc37613b80", + "size_off": 0, + "node": 1694929461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "103r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693967940, + "name": "/proc/3371268/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "104u", + "type": "unix", + "device": "0xffff88bc98c5dd80", + "size_off": 0, + "node": 1693968815, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "105w", + "type": "REG", + "device": "252,1", + "size_off": 360, + "node": 258113, + "name": "/root/.pm2/logs/pm2-health-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "106u", + "type": "unix", + "device": "0xffff88bb6d898440", + "size_off": 0, + "node": 1694517418, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bc98c5e1c0", + "size_off": 0, + "node": 1693968817, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "108u", + "type": "unix", + "device": "0xffff88bf781150c0", + "size_off": 0, + "node": 1694516524, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bc98c58880", + "size_off": 0, + "node": 1693968819, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "110u", + "type": "unix", + "device": "0xffff88bc37616600", + "size_off": 0, + "node": 1694929463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "111u", + "type": "unix", + "device": "0xffff88bce2eb8440", + "size_off": 0, + "node": 1693968844, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bce2ebfb40", + "size_off": 0, + "node": 1693968848, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "114r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694515365, + "name": "/proc/3389724/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "116u", + "type": "unix", + "device": "0xffff88bc376161c0", + "size_off": 0, + "node": 1694929465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "117w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "118u", + "type": "unix", + "device": "0xffff88bc20674c80", + "size_off": 0, + "node": 1694927490, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "119w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "120r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745275505, + "name": "/proc/681651/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "121u", + "type": "unix", + "device": "0xffff88bd5866ee80", + "size_off": 0, + "node": 1694006448, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "122r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1693977500, + "name": "/proc/3375067/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "123u", + "type": "unix", + "device": "0xffff88bd5866c840", + "size_off": 0, + "node": 1694006450, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "125u", + "type": "unix", + "device": "0xffff88bd58668880", + "size_off": 0, + "node": 1694006452, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "126w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "127u", + "type": "unix", + "device": "0xffff88bd5866a200", + "size_off": 0, + "node": 1694006454, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb9b0b3fc0", + "size_off": 0, + "node": 1732922458, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "130r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523167, + "name": "/proc/3393674/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "131u", + "type": "unix", + "device": "0xffff88bb9698dd80", + "size_off": 0, + "node": 1694981415, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "132r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694978985, + "name": "/proc/3401783/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "133u", + "type": "unix", + "device": "0xffff88bc3b51dd80", + "size_off": 0, + "node": 1694981417, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "134u", + "type": "unix", + "device": "0xffff88bb4819c840", + "size_off": 0, + "node": 1694983408, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bb9b0b1980", + "size_off": 0, + "node": 1732922461, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bc3b51bb80", + "size_off": 0, + "node": 1694981419, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "137r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1732918784, + "name": "/proc/53142/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "138r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694523169, + "name": "/proc/3393680/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "140u", + "type": "unix", + "device": "0xffff88bb48199980", + "size_off": 0, + "node": 1694983410, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "141u", + "type": "unix", + "device": "0xffff88bce2ebe600", + "size_off": 0, + "node": 1732922463, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "143u", + "type": "unix", + "device": "0xffff88bc3b51d500", + "size_off": 0, + "node": 1694981421, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "145w", + "type": "REG", + "device": "252,1", + "size_off": 93732, + "node": 258631, + "name": "/root/.pm2/logs/pm2-health-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "146u", + "type": "unix", + "device": "0xffff88bce2ebcc80", + "size_off": 0, + "node": 1732922465, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "147u", + "type": "unix", + "device": "0xffff88bc20671980", + "size_off": 0, + "node": 1694985324, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "148r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1694985333, + "name": "/proc/3401974/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "149u", + "type": "unix", + "device": "0xffff88bc20671dc0", + "size_off": 0, + "node": 1694985326, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "151u", + "type": "unix", + "device": "0xffff88be3ce59dc0", + "size_off": 0, + "node": 1694985328, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "153u", + "type": "unix", + "device": "0xffff88bb4b7b1980", + "size_off": 0, + "node": 1694985330, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bce2ebea40", + "size_off": 0, + "node": 1732922467, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "155r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745276467, + "name": "/proc/681738/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "156u", + "type": "unix", + "device": "0xffff88bbc88fe1c0", + "size_off": 0, + "node": 1694983621, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "157u", + "type": "unix", + "device": "0xffff88bc98c5bb80", + "size_off": 0, + "node": 1732920751, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbc88fc400", + "size_off": 0, + "node": 1694983623, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "159r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1745281540, + "name": "/proc/681755/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "160u", + "type": "unix", + "device": "0xffff88bc37612a80", + "size_off": 0, + "node": 1732920741, + "name": "/root/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 1891, + "tid": 1901, + "taskcmd": "PM2\\x20v5", + "user": "root", + "fd": "162u", + "type": "unix", + "device": "0xffff88bc98c5a200", + "size_off": 0, + "node": 1732920753, + "name": "/root/.pm2/pub.sock type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1849992, + "node": 17331, + "name": "/usr/lib/systemd/systemd" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 30954, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80768, + "node": 2921, + "name": "/usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 33964, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4d5c1980", + "size_off": 0, + "node": 34989, + "name": "type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4d5c1980", + "size_off": 0, + "node": 34989, + "name": "type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4d5c0440", + "size_off": 0, + "node": 35009, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "DIR", + "device": "0,30", + "size_off": 0, + "node": 5825, + "name": "/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 35012, + "name": "/proc/2674/mountinfo" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88bb4d5c3300", + "size_off": 0, + "node": 35028, + "name": "/run/user/1000/bus type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532073, + "name": "/proc/swaps" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 35013, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16u", + "type": "unix", + "device": "0xffff88bb4d5c2a80", + "size_off": 0, + "node": 35019, + "name": "/run/user/1000/systemd/notify type=DGRAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "unix", + "device": "0xffff88bb4d5c3fc0", + "size_off": 0, + "node": 35020, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb4d5c61c0", + "size_off": 0, + "node": 35021, + "name": "type=DGRAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4d5c3b80", + "size_off": 0, + "node": 35022, + "name": "/run/user/1000/systemd/private type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4d5c0000", + "size_off": 0, + "node": 35024, + "name": "type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26u", + "type": "unix", + "device": "0xffff88bb4d5c4840", + "size_off": 0, + "node": 35030, + "name": "/run/user/1000/gnupg/S.dirmngr type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4d5c5940", + "size_off": 0, + "node": 35032, + "name": "/run/user/1000/gnupg/S.gpg-agent.browser type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb4d5c7b40", + "size_off": 0, + "node": 35034, + "name": "/run/user/1000/gnupg/S.gpg-agent.extra type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb4d5c1540", + "size_off": 0, + "node": 35036, + "name": "/run/user/1000/gnupg/S.gpg-agent.ssh type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb4d5c72c0", + "size_off": 0, + "node": 35038, + "name": "/run/user/1000/gnupg/S.gpg-agent type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb4d5c4c80", + "size_off": 0, + "node": 35040, + "name": "/run/user/1000/pk-debconf-socket type=STREAM" + }, + { + "command": "systemd", + "pid": 2674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb4d5c1dc0", + "size_off": 0, + "node": 35042, + "name": "/run/user/1000/snapd-session-agent.socket type=STREAM" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1849992, + "node": 17331, + "name": "/usr/lib/systemd/systemd" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 33965, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 34750, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_keyinit.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 42341, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 35175, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40382, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_loginuid.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 41658, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_selinux.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40456, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7516, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 42381, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 30954, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80768, + "node": 2921, + "name": "/usr/lib/x86_64-linux-gnu/libapparmor.so.1.8.2" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 33964, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 20838, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4d5c1980", + "size_off": 0, + "node": 34989, + "name": "type=STREAM" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb4d5c1980", + "size_off": 0, + "node": 34989, + "name": "type=STREAM" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 34992, + "name": "pipe" + }, + { + "command": "(sd-pam)", + "pid": 2675, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb4d5c4400", + "size_off": 0, + "node": 34999, + "name": "type=DGRAM" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3800, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3801, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3802, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3803, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3804, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3805, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3806, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3807, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 3950, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 879330, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106453801, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb45a8a640", + "size_off": 0, + "node": 1104193448, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104191454, + "name": "pipe" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78113300", + "size_off": 0, + "node": 1104195800, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "container", + "pid": 3797, + "tid": 1261997, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8e1c0", + "size_off": 0, + "node": 1104192978, + "name": "/run/containerd/s/d0b44154030ac550ff3daed51e8921ff24e983e5e4406ce93722d1c537385620 type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6146, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6147, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6148, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6149, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6150, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6151, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6152, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6153, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6154, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37610440", + "size_off": 0, + "node": 79028, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 353523, + "node": 259646, + "name": "/home/pockethost/.pm2/pm2.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80059, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80060, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74611, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 80061, + "name": "pipe" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb48199dc0", + "size_off": 0, + "node": 80069, + "name": "/home/pockethost/.pm2/pub.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819b300", + "size_off": 0, + "node": 80070, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b7700", + "size_off": 0, + "node": 79038, + "name": "/home/pockethost/.pm2/rpc.sock type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 151, + "node": 271305, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-out.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "22w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 271306, + "name": "/home/pockethost/.pm2/logs/pm2-logrotate-error.log" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4819dd80", + "size_off": 0, + "node": 80073, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "24r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 78207, + "name": "/proc/6156/stat" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb48199100", + "size_off": 0, + "node": 80075, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bb4819d500", + "size_off": 0, + "node": 80077, + "name": "type=STREAM" + }, + { + "command": "PM2\\x20v5", + "pid": 6145, + "tid": 6155, + "taskcmd": "PM2\\x20v5", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb48198440", + "size_off": 0, + "node": 80079, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6157, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6158, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6159, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6160, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6161, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6166, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6167, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6168, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6169, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 261792, + "name": "/home/pockethost/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4819a200", + "size_off": 0, + "node": 80074, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb4819ea40", + "size_off": 0, + "node": 80076, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb48198cc0", + "size_off": 0, + "node": 80078, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4819bfc0", + "size_off": 0, + "node": 80080, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74613, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74614, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 77316, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 74615, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 6156, + "tid": 6170, + "taskcmd": "node", + "user": "pockethost", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb9b0b1540", + "size_off": 0, + "node": 74620, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14637, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14638, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14639, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14640, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14641, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14642, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14643, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14645, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 14646, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 281583, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106460929, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1104260000, + "name": "pipe" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf78110440", + "size_off": 0, + "node": 1104262699, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78112200", + "size_off": 0, + "node": 1104263877, + "name": "/run/containerd/s/6ebac4eff65b67296f5648fd1c5f3642ba781ffb9d8edaa70740daae58a729e0 type=STREAM" + }, + { + "command": "container", + "pid": 14635, + "tid": 3386214, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c394840", + "size_off": 0, + "node": 1104264498, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53136, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53137, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53138, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53139, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53140, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53141, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53150, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53151, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53152, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 260331, + "name": "/root/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b5940", + "size_off": 0, + "node": 1732922453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6e80", + "size_off": 0, + "node": 1732922455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b5d80", + "size_off": 0, + "node": 1732922457, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b7b40", + "size_off": 0, + "node": 1732922459, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920700, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920701, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732918783, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732920702, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53135, + "tid": 53153, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc37615d80", + "size_off": 0, + "node": 1732920015, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53143, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53144, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53145, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53146, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53147, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53148, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53156, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53157, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53158, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9b0b3300", + "size_off": 0, + "node": 1732922462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebaa80", + "size_off": 0, + "node": 1732922464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebd500", + "size_off": 0, + "node": 1732922466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccaba5940", + "size_off": 0, + "node": 1732922468, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921462, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732921463, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923451, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1732923452, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc98c59980", + "size_off": 0, + "node": 1732921489, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 53142, + "tid": 53159, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc98c5ea40", + "size_off": 0, + "node": 1732921488, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 921288, + "node": 53702, + "name": "/usr/sbin/sshd" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28811, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_mail.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28814, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_motd.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28803, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_keyinit.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28810, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_loginuid.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26616, + "node": 28831, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_selinux.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28816, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_nologin.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 44872, + "node": 4955, + "name": "/usr/lib/x86_64-linux-gnu/libwrap.so.0.7.6" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1733195743", + "size_off": 0, + "node": null, + "name": "edge1.sfo-1:ssh->syn-071-093-091-100.res.spectrum.com:53486 (ESTABLISHED)" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88ba7c390cc0", + "size_off": 0, + "node": 1733183992, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb93aa1dc0", + "size_off": 0, + "node": 1733195761, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75845, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 174951366, + "name": "/run/systemd/sessions/7186.ref" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 921288, + "node": 53702, + "name": "/usr/sbin/sshd" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28811, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_mail.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28814, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_motd.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28803, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_keyinit.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28810, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_loginuid.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26616, + "node": 28831, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_selinux.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28816, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_nologin.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 44872, + "node": 4955, + "name": "/usr/lib/x86_64-linux-gnu/libwrap.so.0.7.6" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "IPv4", + "device": "1733195743", + "size_off": 0, + "node": null, + "name": "edge1.sfo-1:ssh->syn-071-093-091-100.res.spectrum.com:53486 (ESTABLISHED)" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb93aa5500", + "size_off": 0, + "node": 1733195760, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88ba7c390cc0", + "size_off": 0, + "node": 1733183992, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb53babb80", + "size_off": 0, + "node": 1733198401, + "name": "/tmp/ssh-XXXX6Vq3Hd/agent.75899 type=STREAM" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 174951366, + "name": "/run/systemd/sessions/7186.ref" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "sshd", + "pid": 75899, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1396520, + "node": 25657, + "name": "/usr/bin/bash" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "bash", + "pid": 75900, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "255u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 232416, + "node": 6559, + "name": "/usr/bin/sudo" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 512896, + "node": 6616, + "name": "/usr/libexec/sudo/sudoers.so" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 134136, + "node": 6588, + "name": "/usr/libexec/sudo/libsudo_util.so.0.0.0" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733199521, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733199521, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "REG", + "device": "252,1", + "size_off": 1715, + "node": 90995, + "name": "/etc/sudoers" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1733199541, + "name": "AUDIT" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bbb15b0440", + "size_off": 0, + "node": 1733199544, + "name": "type=DGRAM" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "CHR", + "device": "5,0", + "size_off": 0, + "node": 12, + "name": "/dev/tty" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "sudo", + "pid": 75907, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b0000", + "size_off": 0, + "node": 1733199545, + "name": "type=STREAM" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 232416, + "node": 6559, + "name": "/usr/bin/sudo" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 512896, + "node": 6616, + "name": "/usr/libexec/sudo/sudoers.so" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 134136, + "node": 6588, + "name": "/usr/libexec/sudo/libsudo_util.so.0.0.0" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,1", + "size_off": 0, + "node": 4, + "name": "/dev/pts/1" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733199521, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733199521, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "REG", + "device": "252,1", + "size_off": 1715, + "node": 90995, + "name": "/etc/sudoers" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1733199541, + "name": "AUDIT" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bbb15b0440", + "size_off": 0, + "node": 1733199544, + "name": "type=DGRAM" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "CHR", + "device": "5,0", + "size_off": 0, + "node": 12, + "name": "/dev/tty" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733195771, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "unix", + "device": "0xffff88bbb15b6600", + "size_off": 0, + "node": 1733199546, + "name": "type=STREAM" + }, + { + "command": "sudo", + "pid": 75908, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733195771, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75910, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75911, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75912, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75913, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75914, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75915, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75916, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75917, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75918, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198405, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198406, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733193528, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1733198407, + "name": "pipe" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "CHR", + "device": "136,2", + "size_off": 0, + "node": 5, + "name": "/dev/pts/2" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb53ba9540", + "size_off": 0, + "node": 1733198417, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 75909, + "tid": 75919, + "taskcmd": "node", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb53ba8cc0", + "size_off": 0, + "node": 1733198418, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 921288, + "node": 53702, + "name": "/usr/sbin/sshd" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28811, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_mail.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28814, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_motd.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28803, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_keyinit.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28810, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_loginuid.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26616, + "node": 28831, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_selinux.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28816, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_nologin.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 44872, + "node": 4955, + "name": "/usr/lib/x86_64-linux-gnu/libwrap.so.0.7.6" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1733195772", + "size_off": 0, + "node": null, + "name": "edge1.sfo-1:ssh->syn-071-093-091-100.res.spectrum.com:53838 (ESTABLISHED)" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bbbd4572c0", + "size_off": 0, + "node": 1733196160, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb93aa7700", + "size_off": 0, + "node": 1733199973, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75920, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 174951375, + "name": "/run/systemd/sessions/7187.ref" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 921288, + "node": 53702, + "name": "/usr/sbin/sshd" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28811, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_mail.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28814, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_motd.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28803, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_keyinit.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28810, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_loginuid.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26616, + "node": 28831, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_selinux.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28816, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_nologin.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 44872, + "node": 4955, + "name": "/usr/lib/x86_64-linux-gnu/libwrap.so.0.7.6" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "IPv4", + "device": "1733195772", + "size_off": 0, + "node": null, + "name": "edge1.sfo-1:ssh->syn-071-093-091-100.res.spectrum.com:53838 (ESTABLISHED)" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb93aa3fc0", + "size_off": 0, + "node": 1733199972, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bbbd4572c0", + "size_off": 0, + "node": 1733196160, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bbbd4561c0", + "size_off": 0, + "node": 1733196191, + "name": "/tmp/ssh-XXXX3z7jMD/agent.75973 type=STREAM" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 174951375, + "name": "/run/systemd/sessions/7187.ref" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "sshd", + "pid": 75973, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 936028, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1396520, + "node": 25657, + "name": "/usr/bin/bash" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "CHR", + "device": "136,3", + "size_off": 0, + "node": 6, + "name": "/dev/pts/3" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "CHR", + "device": "136,3", + "size_off": 0, + "node": 6, + "name": "/dev/pts/3" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "CHR", + "device": "136,3", + "size_off": 0, + "node": 6, + "name": "/dev/pts/3" + }, + { + "command": "bash", + "pid": 75974, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "255u", + "type": "CHR", + "device": "136,3", + "size_off": 0, + "node": 6, + "name": "/dev/pts/3" + }, + { + "command": "kworker/u", + "pid": 173897, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 173897, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 173897, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/173897/exe" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344933, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344934, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344935, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344936, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344937, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344938, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344939, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344940, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344984, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 344985, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 156621487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3738031588, + "name": "pipe" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd5866e600", + "size_off": 0, + "node": 3737544654, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6d500", + "size_off": 0, + "node": 3738032585, + "name": "/run/containerd/s/7ba5c44c45d220695fda1d2832cddc004b9958eb8d4f29ef410477540d84a24a type=STREAM" + }, + { + "command": "container", + "pid": 344932, + "tid": 564159, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb70c6b740", + "size_off": 0, + "node": 3737763799, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378977, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378978, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378979, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378980, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378981, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378982, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378983, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378984, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 378985, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175145545, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1739308400, + "name": "pipe" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673afb40", + "size_off": 0, + "node": 1739325782, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698cc80", + "size_off": 0, + "node": 1739337455, + "name": "/run/containerd/s/88a37e470acfe7dcfe9855c04c976ea41811f955614a3d488157593d84c8a033 type=STREAM" + }, + { + "command": "container", + "pid": 378975, + "tid": 735451, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccac16e80", + "size_off": 0, + "node": 1739308467, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429308, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429309, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429310, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429311, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429312, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429313, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429314, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429315, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5480448, + "node": 303398, + "name": "/opt/digitalocean/bin/droplet-agent" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b6a40", + "size_off": 0, + "node": 204227852, + "name": "type=STREAM" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "3u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 204227857, + "name": "00000000:0006->00000000:0000 st=07" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 204227856, + "name": "pipe" + }, + { + "command": "droplet-a", + "pid": 429307, + "tid": 429316, + "taskcmd": "droplet-a", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "kworker/u", + "pid": 569810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 569810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 569810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/569810/exe" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587299, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587300, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587301, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587302, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587303, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587304, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587305, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587306, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 587332, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 588682, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 39709335, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc37614840", + "size_off": 0, + "node": 3529358023, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3529358012, + "name": "pipe" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbac71100", + "size_off": 0, + "node": 3529359679, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 587298, + "tid": 3284810, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb962772c0", + "size_off": 0, + "node": 3529359157, + "name": "/run/containerd/s/d2d1a307debe0fc720e55f580cc8486da96de814b74c3589673ff2e974339531 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639047, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639048, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639049, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639050, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639051, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639052, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639053, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639054, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 639055, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 1128184, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106867875, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1121505235, + "name": "pipe" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b518440", + "size_off": 0, + "node": 1121505230, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88fa640", + "size_off": 0, + "node": 1121506686, + "name": "/run/containerd/s/a755ccc27a97f459712d0a3dee2e4e20d7174b65ea81b85bb9bd27160a7d13c6 type=STREAM" + }, + { + "command": "container", + "pid": 639044, + "tid": 1156834, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bbc88ff700", + "size_off": 0, + "node": 1121513513, + "name": "type=STREAM" + }, + { + "command": "kworker/u", + "pid": 678464, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 678464, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 678464, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/678464/exe" + }, + { + "command": "kworker/u", + "pid": 678466, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 678466, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 678466, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/678466/exe" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678852, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678853, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678854, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678855, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678856, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678857, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678858, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678859, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 678860, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 1716452, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 106893634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1122487346, + "name": "pipe" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88f8880", + "size_off": 0, + "node": 1122482811, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70856600", + "size_off": 0, + "node": 1122484529, + "name": "/run/containerd/s/d68aa4282bc355d13d27d1adf63fd69740c9fc27766072143910e123c8379899 type=STREAM" + }, + { + "command": "container", + "pid": 678849, + "tid": 2814020, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bf09296e80", + "size_off": 0, + "node": 1122487555, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698635, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698636, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698637, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698638, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698639, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698640, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698641, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698642, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698643, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698644, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698645, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfce1c0", + "size_off": 0, + "node": 1746006012, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011410, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011411, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746009750, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746011412, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746012309, + "name": "pipe" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 698634, + "tid": 698646, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699352, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699353, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699354, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699355, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699356, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699357, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699358, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699359, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699360, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699361, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699362, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb70c68000", + "size_off": 0, + "node": 1746329773, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018242, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746018243, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746016033, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327091, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1746327662, + "name": "pipe" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 699351, + "tid": 699363, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "kworker/7", + "pid": 709828, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 709828, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 709828, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/709828/exe" + }, + { + "command": "kworker/u", + "pid": 724889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 724889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 724889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/724889/exe" + }, + { + "command": "kworker/u", + "pid": 748560, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 748560, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 748560, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/748560/exe" + }, + { + "command": "kworker/1", + "pid": 761414, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 761414, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 761414, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/761414/exe" + }, + { + "command": "kworker/u", + "pid": 773294, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 773294, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 773294, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/773294/exe" + }, + { + "command": "kworker/u", + "pid": 784798, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 784798, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 784798, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/784798/exe" + }, + { + "command": "kworker/u", + "pid": 784799, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 784799, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 784799, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/784799/exe" + }, + { + "command": "kworker/5", + "pid": 802879, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 802879, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 802879, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/802879/exe" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 785600, + "node": 2649, + "name": "/usr/sbin/rsyslogd" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 28136, + "node": 6059, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/imklog.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 41080, + "node": 6066, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/imuxsock.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 31704, + "node": 6067, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/lmnet.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51816, + "node": 4853, + "name": "/usr/lib/x86_64-linux-gnu/libfastjson.so.4.3.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14496, + "node": 4851, + "name": "/usr/lib/x86_64-linux-gnu/libestr.so.0.0.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ac400", + "size_off": 0, + "node": 12905, + "name": "/run/systemd/journal/syslog type=DGRAM" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "4r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "5r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532031, + "name": "/proc/kmsg" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70c6d0c0", + "size_off": 0, + "node": 172312718, + "name": "type=DGRAM" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "7w", + "type": "REG", + "device": "252,1", + "size_off": 397221578, + "node": 3992, + "name": "/var/log/syslog" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "8w", + "type": "REG", + "device": "252,1", + "size_off": 96514146, + "node": 7619, + "name": "/var/log/kern.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "9w", + "type": "REG", + "device": "252,1", + "size_off": 7059935, + "node": 7673, + "name": "/var/log/auth.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": null, + "taskcmd": null, + "user": "syslog", + "fd": "10w", + "type": "REG", + "device": "252,1", + "size_off": 253479, + "node": 393, + "name": "/var/log/ufw.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 785600, + "node": 2649, + "name": "/usr/sbin/rsyslogd" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 28136, + "node": 6059, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/imklog.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 41080, + "node": 6066, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/imuxsock.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 31704, + "node": 6067, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/lmnet.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51816, + "node": 4853, + "name": "/usr/lib/x86_64-linux-gnu/libfastjson.so.4.3.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14496, + "node": 4851, + "name": "/usr/lib/x86_64-linux-gnu/libestr.so.0.0.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ac400", + "size_off": 0, + "node": 12905, + "name": "/run/systemd/journal/syslog type=DGRAM" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "4r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "5r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532031, + "name": "/proc/kmsg" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70c6d0c0", + "size_off": 0, + "node": 172312718, + "name": "type=DGRAM" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "7w", + "type": "REG", + "device": "252,1", + "size_off": 397221578, + "node": 3992, + "name": "/var/log/syslog" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "8w", + "type": "REG", + "device": "252,1", + "size_off": 96514146, + "node": 7619, + "name": "/var/log/kern.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "9w", + "type": "REG", + "device": "252,1", + "size_off": 7059935, + "node": 7673, + "name": "/var/log/auth.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805101, + "taskcmd": "in:imuxso", + "user": "syslog", + "fd": "10w", + "type": "REG", + "device": "252,1", + "size_off": 253479, + "node": 393, + "name": "/var/log/ufw.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 785600, + "node": 2649, + "name": "/usr/sbin/rsyslogd" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 28136, + "node": 6059, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/imklog.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 41080, + "node": 6066, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/imuxsock.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 31704, + "node": 6067, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/lmnet.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51816, + "node": 4853, + "name": "/usr/lib/x86_64-linux-gnu/libfastjson.so.4.3.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14496, + "node": 4851, + "name": "/usr/lib/x86_64-linux-gnu/libestr.so.0.0.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ac400", + "size_off": 0, + "node": 12905, + "name": "/run/systemd/journal/syslog type=DGRAM" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "4r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "5r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532031, + "name": "/proc/kmsg" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70c6d0c0", + "size_off": 0, + "node": 172312718, + "name": "type=DGRAM" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "7w", + "type": "REG", + "device": "252,1", + "size_off": 397221578, + "node": 3992, + "name": "/var/log/syslog" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "8w", + "type": "REG", + "device": "252,1", + "size_off": 96514146, + "node": 7619, + "name": "/var/log/kern.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "9w", + "type": "REG", + "device": "252,1", + "size_off": 7059935, + "node": 7673, + "name": "/var/log/auth.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805102, + "taskcmd": "in:imklog", + "user": "syslog", + "fd": "10w", + "type": "REG", + "device": "252,1", + "size_off": 253479, + "node": 393, + "name": "/var/log/ufw.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 785600, + "node": 2649, + "name": "/usr/sbin/rsyslogd" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 28136, + "node": 6059, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/imklog.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 41080, + "node": 6066, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/imuxsock.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 31704, + "node": 6067, + "name": "/usr/lib/x86_64-linux-gnu/rsyslog/lmnet.so" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51816, + "node": 4853, + "name": "/usr/lib/x86_64-linux-gnu/libfastjson.so.4.3.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14496, + "node": 4851, + "name": "/usr/lib/x86_64-linux-gnu/libestr.so.0.0.0" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ac400", + "size_off": 0, + "node": 12905, + "name": "/run/systemd/journal/syslog type=DGRAM" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "4r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "5r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532031, + "name": "/proc/kmsg" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70c6d0c0", + "size_off": 0, + "node": 172312718, + "name": "type=DGRAM" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "7w", + "type": "REG", + "device": "252,1", + "size_off": 397221578, + "node": 3992, + "name": "/var/log/syslog" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "8w", + "type": "REG", + "device": "252,1", + "size_off": 96514146, + "node": 7619, + "name": "/var/log/kern.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "9w", + "type": "REG", + "device": "252,1", + "size_off": 7059935, + "node": 7673, + "name": "/var/log/auth.log" + }, + { + "command": "rsyslogd", + "pid": 805100, + "tid": 805103, + "taskcmd": "rs:main", + "user": "syslog", + "fd": "10w", + "type": "REG", + "device": "252,1", + "size_off": 253479, + "node": 393, + "name": "/var/log/ufw.log" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 68464, + "node": 3941, + "name": "/usr/sbin/irqbalance" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48152, + "node": 4913, + "name": "/usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb93aa61c0", + "size_off": 0, + "node": 138022156, + "name": "type=STREAM" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb93aa61c0", + "size_off": 0, + "node": 138022156, + "name": "type=STREAM" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb93aa2200", + "size_off": 0, + "node": 138022162, + "name": "/run/irqbalance/irqbalance805327.sock type=STREAM" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 68464, + "node": 3941, + "name": "/usr/sbin/irqbalance" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48152, + "node": 4913, + "name": "/usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb93aa61c0", + "size_off": 0, + "node": 138022156, + "name": "type=STREAM" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb93aa61c0", + "size_off": 0, + "node": 138022156, + "name": "type=STREAM" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "irqbalanc", + "pid": 805327, + "tid": 805342, + "taskcmd": "gmain", + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb93aa2200", + "size_off": 0, + "node": 138022162, + "name": "/run/irqbalance/irqbalance805327.sock type=STREAM" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 7610368, + "node": 1551, + "name": "/tmp" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 26984, + "node": 44168, + "name": "/usr/sbin/atopacctd" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "REG", + "device": "0,26", + "size_off": 1005952, + "node": 10074146, + "name": "/run/pacct_source" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "REG", + "device": "0,26", + "size_off": 235200, + "node": 175462556, + "name": "/run/pacct_shadow.d/0000000076.paf" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483f8000", + "size_off": 0, + "node": 138019353, + "name": "type=STREAM" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3w", + "type": "REG", + "device": "0,26", + "size_off": 8, + "node": 10074149, + "name": "/run/pacct_shadow.d/current" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88c1d3056a40", + "size_off": 0, + "node": 138024323, + "name": "type=DGRAM" + }, + { + "command": "atopacctd", + "pid": 805331, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138024324, + "name": "GENERIC" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805347, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805350, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805351, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805352, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805376, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805377, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805382, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805383, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805384, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805385, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 805683, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 806267, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809853, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 809854, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920056, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 920060, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247857, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1247879, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480565, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480602, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1480632, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1615125, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947454, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 1947455, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 2670295, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001468, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3001469, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3144817, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311121, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311160, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311161, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311162, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311163, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311183, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311194, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311230, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3311241, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537561, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 52632728, + "node": 6708, + "name": "/usr/bin/containerd" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "mem-W", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483fb740", + "size_off": 0, + "node": 138019358, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "252,1", + "size_off": 4194304, + "node": 58103, + "name": "/var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 138024347, + "name": "pipe" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd0bfcb300", + "size_off": 0, + "node": 1768074597, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb96272a80", + "size_off": 0, + "node": 1187458311, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bfbcc1e1c0", + "size_off": 0, + "node": 1768068546, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88ba4dbce1c0", + "size_off": 0, + "node": 1768073396, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "23u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88c1d3051980", + "size_off": 0, + "node": 1768074367, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "25u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bccaba6600", + "size_off": 0, + "node": 3255444353, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "27u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "28u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "29u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "30u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bbefca8440", + "size_off": 0, + "node": 138020381, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "32u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "33u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "34u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "35u", + "type": "unix", + "device": "0xffff88c1d3055500", + "size_off": 0, + "node": 3255443337, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88c1d3050440", + "size_off": 0, + "node": 1768074379, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "37u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "38u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "39u", + "type": "unix", + "device": "0xffff88bb96270440", + "size_off": 0, + "node": 3256487541, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "40u", + "type": "unix", + "device": "0xffff88bd0bfcb740", + "size_off": 0, + "node": 1768070872, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "42u", + "type": "unix", + "device": "0xffff88bb88770cc0", + "size_off": 0, + "node": 3256474748, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "43u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "44u", + "type": "unix", + "device": "0xffff88c1d3055940", + "size_off": 0, + "node": 3255419012, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "46u", + "type": "unix", + "device": "0xffff88bfbcc1d0c0", + "size_off": 0, + "node": 1768072655, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "47u", + "type": "unix", + "device": "0xffff88bd12108000", + "size_off": 0, + "node": 1768071522, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "48u", + "type": "unix", + "device": "0xffff88bd1210b740", + "size_off": 0, + "node": 1768071525, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "49u", + "type": "unix", + "device": "0xffff88bb4b7b61c0", + "size_off": 0, + "node": 1768075370, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "50u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "51u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "52u", + "type": "unix", + "device": "0xffff88bfbcc19540", + "size_off": 0, + "node": 3255417753, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "53u", + "type": "unix", + "device": "0xffff88bb4b7b7700", + "size_off": 0, + "node": 1768073697, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "54u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "55u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "56u", + "type": "unix", + "device": "0xffff88bd0bfc8cc0", + "size_off": 0, + "node": 1768073698, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "63u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "65u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "67u", + "type": "unix", + "device": "0xffff88bbb15b7700", + "size_off": 0, + "node": 138020405, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "68u", + "type": "unix", + "device": "0xffff88bbb15b4840", + "size_off": 0, + "node": 138020406, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "69u", + "type": "unix", + "device": "0xffff88bb483fee80", + "size_off": 0, + "node": 138019417, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "70u", + "type": "unix", + "device": "0xffff88bb483f9540", + "size_off": 0, + "node": 138019418, + "name": "/run/containerd/containerd.sock type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "74u", + "type": "unix", + "device": "0xffff88bb708561c0", + "size_off": 0, + "node": 3114037667, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "75u", + "type": "unix", + "device": "0xffff88bc98c58cc0", + "size_off": 0, + "node": 3114039335, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "77u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "78u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "79u", + "type": "unix", + "device": "0xffff88bb49cbd940", + "size_off": 0, + "node": 3255452806, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "80u", + "type": "unix", + "device": "0xffff88bfbcc19980", + "size_off": 0, + "node": 3255448287, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "81u", + "type": "unix", + "device": "0xffff88bb53baee80", + "size_off": 0, + "node": 2841463425, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "87u", + "type": "unix", + "device": "0xffff88bb88772a80", + "size_off": 0, + "node": 2841480948, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "88u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "89u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "90u", + "type": "unix", + "device": "0xffff88bb45a8f2c0", + "size_off": 0, + "node": 3255386202, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "93u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "94u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "95u", + "type": "unix", + "device": "0xffff88bf09295500", + "size_off": 0, + "node": 3252629934, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "96u", + "type": "unix", + "device": "0xffff88bebf9ae600", + "size_off": 0, + "node": 3252612626, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "98u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "99u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "100u", + "type": "unix", + "device": "0xffff88bbb15b4c80", + "size_off": 0, + "node": 741883240, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "101u", + "type": "unix", + "device": "0xffff88bd12109dc0", + "size_off": 0, + "node": 741881693, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "105u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "106u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "107u", + "type": "unix", + "device": "0xffff88bb6d89a200", + "size_off": 0, + "node": 1839479412, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb6d89fb40", + "size_off": 0, + "node": 1839481146, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "110u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "111u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 39709339, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/20916bbd8cf918477d98a7e988e96a071dfa234f60cd113af3118215e6f2452a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "112u", + "type": "unix", + "device": "0xffff88bb96270cc0", + "size_off": 0, + "node": 3529357187, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "113u", + "type": "unix", + "device": "0xffff88bc37616e80", + "size_off": 0, + "node": 3529359696, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "119u", + "type": "unix", + "device": "0xffff88bc3b51d940", + "size_off": 0, + "node": 3255383368, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "123u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "125u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "126u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "127u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "128u", + "type": "unix", + "device": "0xffff88bb45a8d940", + "size_off": 0, + "node": 3255386439, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "129u", + "type": "unix", + "device": "0xffff88bb49cbd0c0", + "size_off": 0, + "node": 3255361829, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "130u", + "type": "unix", + "device": "0xffff88bc0e949980", + "size_off": 0, + "node": 3255384636, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "131u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "134u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "135u", + "type": "unix", + "device": "0xffff88bd12108880", + "size_off": 0, + "node": 3255424285, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "136u", + "type": "unix", + "device": "0xffff88bccaba3b80", + "size_off": 0, + "node": 3255419670, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "140u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "142u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "143u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "144u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "145u", + "type": "unix", + "device": "0xffff88bb70c6a200", + "size_off": 0, + "node": 3738035279, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "146u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "148u", + "type": "unix", + "device": "0xffff88be3ce5f2c0", + "size_off": 0, + "node": 3255360671, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "152u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "153u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "154u", + "type": "unix", + "device": "0xffff88bc3b51c840", + "size_off": 0, + "node": 3255393298, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "155u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "156u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "157u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "158u", + "type": "unix", + "device": "0xffff88bbafafd940", + "size_off": 0, + "node": 3255052143, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "162u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 156621491, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c5525dbb18b0592bf13ad76c6cf923a48186801266b9af183a522fcd950e3cc3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "164u", + "type": "unix", + "device": "0xffff88bb70c6c840", + "size_off": 0, + "node": 3737763755, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "165u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "168u", + "type": "unix", + "device": "0xffff88bb673a8440", + "size_off": 0, + "node": 3254859660, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "169u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "170u", + "type": "unix", + "device": "0xffff88bb96c79dc0", + "size_off": 0, + "node": 3255356802, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "171u", + "type": "unix", + "device": "0xffff88bb42c76600", + "size_off": 0, + "node": 3255352988, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "172u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "173u", + "type": "unix", + "device": "0xffff88c1d3053300", + "size_off": 0, + "node": 3173708421, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "174u", + "type": "unix", + "device": "0xffff88bb88770880", + "size_off": 0, + "node": 3255391453, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "175u", + "type": "unix", + "device": "0xffff88bb96272ec0", + "size_off": 0, + "node": 3173728912, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "196u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "197u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "198u", + "type": "unix", + "device": "0xffff88bb88772200", + "size_off": 0, + "node": 3255420360, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "199u", + "type": "unix", + "device": "0xffff88bc0e94ea40", + "size_off": 0, + "node": 3255422110, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "212u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "213u", + "type": "unix", + "device": "0xffff88bebf9ad500", + "size_off": 0, + "node": 2919740083, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "214u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "215u", + "type": "unix", + "device": "0xffff88bb48ee1540", + "size_off": 0, + "node": 3274538569, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "216u", + "type": "unix", + "device": "0xffff88bb42c75500", + "size_off": 0, + "node": 3286861939, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "237u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "238u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "239u", + "type": "unix", + "device": "0xffff88bfbac72640", + "size_off": 0, + "node": 3353474701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "240u", + "type": "unix", + "device": "0xffff88bce2c62a80", + "size_off": 0, + "node": 3353472913, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "245u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "246u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "247u", + "type": "unix", + "device": "0xffff88bcfbdb72c0", + "size_off": 0, + "node": 238510097, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "248u", + "type": "unix", + "device": "0xffff88bb53baf2c0", + "size_off": 0, + "node": 238485033, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "252u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "254u", + "type": "unix", + "device": "0xffff88bbc88fee80", + "size_off": 0, + "node": 1121506936, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "256u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "257u", + "type": "unix", + "device": "0xffff88bcfbdb2640", + "size_off": 0, + "node": 1054310979, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "258u", + "type": "unix", + "device": "0xffff88bb45a8f700", + "size_off": 0, + "node": 1104198727, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "260u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "261u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106453805, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6ff21a1558144f3c54a1e89cf686a3b14e7ec65688f6dc3a0a0c785a66b2ee06/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "262u", + "type": "unix", + "device": "0xffff88bb70850440", + "size_off": 0, + "node": 1065932766, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "263u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "264u", + "type": "unix", + "device": "0xffff88ba7c397b40", + "size_off": 0, + "node": 1057555077, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "265u", + "type": "unix", + "device": "0xffff88bb42c76e80", + "size_off": 0, + "node": 1079558334, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "266u", + "type": "unix", + "device": "0xffff88bb45a8dd80", + "size_off": 0, + "node": 1104192977, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "267u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "269u", + "type": "unix", + "device": "0xffff88bb70851540", + "size_off": 0, + "node": 1055070758, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "270u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106460933, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/de3410a9359cafdf803cbd010afca35e229b613e9731f19f96343e80c57d46ed/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "272u", + "type": "unix", + "device": "0xffff88bb4b7b6e80", + "size_off": 0, + "node": 1180477230, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "273u", + "type": "unix", + "device": "0xffff88bb48ee5500", + "size_off": 0, + "node": 1054311136, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "274u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "275u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "277u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "278u", + "type": "unix", + "device": "0xffff88bbc88fea40", + "size_off": 0, + "node": 1130676911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "282u", + "type": "unix", + "device": "0xffff88ba7c397700", + "size_off": 0, + "node": 1104264499, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "283u", + "type": "unix", + "device": "0xffff88bf78114c80", + "size_off": 0, + "node": 1104262703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "284u", + "type": "unix", + "device": "0xffff88bb4b7aea40", + "size_off": 0, + "node": 2919743293, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "285u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "286u", + "type": "unix", + "device": "0xffff88bf09297b40", + "size_off": 0, + "node": 1122484125, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "287u", + "type": "unix", + "device": "0xffff88bb70856a40", + "size_off": 0, + "node": 1144100504, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "289u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "291u", + "type": "unix", + "device": "0xffff88bb93aa2640", + "size_off": 0, + "node": 1221029234, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "293u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "295u", + "type": "unix", + "device": "0xffff88bc37617b40", + "size_off": 0, + "node": 1055073697, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "297u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "298u", + "type": "unix", + "device": "0xffff88bce2c63300", + "size_off": 0, + "node": 1057549130, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "299u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "301u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "302u", + "type": "unix", + "device": "0xffff88ba4dbcd500", + "size_off": 0, + "node": 1079549794, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "303u", + "type": "unix", + "device": "0xffff88bebf9aa200", + "size_off": 0, + "node": 1143957006, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "306u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "307u", + "type": "unix", + "device": "0xffff88bb4d5c2200", + "size_off": 0, + "node": 1130677159, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "308u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "309u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "311u", + "type": "unix", + "device": "0xffff88bb53bae1c0", + "size_off": 0, + "node": 1065930363, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "313u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106893638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/37191775d7754e8b52d6e691340af131a0c80ade8724e8dc27442ee6c45970c2/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "314u", + "type": "unix", + "device": "0xffff88bc37612640", + "size_off": 0, + "node": 1180482385, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "315u", + "type": "unix", + "device": "0xffff88bb70853fc0", + "size_off": 0, + "node": 1122480856, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "317u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "319u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "320u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "322u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "323u", + "type": "unix", + "device": "0xffff88bb483f9dc0", + "size_off": 0, + "node": 1143950301, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "324u", + "type": "unix", + "device": "0xffff88bb483fd940", + "size_off": 0, + "node": 1149867102, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "325u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "326u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 106867879, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/51eff5d53f95d685c0303737b7603e7821f58aab50771b2de77e6041bcf35a87/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "327u", + "type": "unix", + "device": "0xffff88bbc88f9dc0", + "size_off": 0, + "node": 1121503191, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "328u", + "type": "unix", + "device": "0xffff88bf09291100", + "size_off": 0, + "node": 1187454740, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "331u", + "type": "unix", + "device": "0xffff88bbc88fd0c0", + "size_off": 0, + "node": 1144102731, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "336u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "337u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "338u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "344u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "345u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "346u", + "type": "unix", + "device": "0xffff88bb483ff2c0", + "size_off": 0, + "node": 1149599264, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "348u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "349u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "350u", + "type": "unix", + "device": "0xffff88ba4dbcdd80", + "size_off": 0, + "node": 1188751461, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "351u", + "type": "unix", + "device": "0xffff88bb9698c400", + "size_off": 0, + "node": 1221024701, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "356u", + "type": "unix", + "device": "0xffff88bf78116a40", + "size_off": 0, + "node": 1220890866, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "358u", + "type": "unix", + "device": "0xffff88be3ce58440", + "size_off": 0, + "node": 1188749893, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "359u", + "type": "unix", + "device": "0xffff88bd0bfc9980", + "size_off": 0, + "node": 1220893710, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "374u", + "type": "unix", + "device": "0xffff88bccac15d80", + "size_off": 0, + "node": 1739365908, + "name": "/run/containerd/containerd.sock.ttrpc type=STREAM" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "391u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "392u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175145549, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/4c9670627f676eec9aaec9a3891daaa60fdc9455fe45c0577246924e0a8bf109/log" + }, + { + "command": "container", + "pid": 805333, + "tid": 3537563, + "taskcmd": "container", + "user": "root", + "fd": "394u", + "type": "unix", + "device": "0xffff88bb9698aa80", + "size_off": 0, + "node": 1739337454, + "name": "type=STREAM" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 56888, + "node": 2560, + "name": "/usr/sbin/agetty (deleted)" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56526, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56532, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56535, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56525, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56530, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56529, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56533, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56531, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56524, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56534, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56528, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 13387, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56527, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "4,64", + "size_off": 0, + "node": 88, + "name": "/dev/ttyS0" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "4,64", + "size_off": 0, + "node": 88, + "name": "/dev/ttyS0" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "4,64", + "size_off": 0, + "node": 88, + "name": "/dev/ttyS0" + }, + { + "command": "agetty", + "pid": 805338, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 137480, + "node": 20004, + "name": "/usr/sbin/multipathd" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 19984, + "name": "/usr/lib/multipath/libprioconst.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14456, + "node": 4926, + "name": "/usr/lib/x86_64-linux-gnu/libaio.so.1.0.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 335936, + "node": 4897, + "name": "/usr/lib/x86_64-linux-gnu/libreadline.so.8.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35536, + "node": 5952, + "name": "/usr/lib/x86_64-linux-gnu/liburcu.so.8.0.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14408, + "node": 2471, + "name": "/usr/lib/libmpathcmd.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38984, + "node": 3575, + "name": "/usr/lib/libmpathpersist.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 409672, + "node": 3576, + "name": "/usr/lib/libmultipath.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 6301, + "name": "/usr/lib/multipath/libchecktur.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ad940", + "size_off": 0, + "node": 12904, + "name": "@/org/kernel/linux/storage/multipathd type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4wW", + "type": "REG", + "device": "0,26", + "size_off": 6, + "node": 10074160, + "name": "/run/multipathd.pid" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138018499, + "name": "KOBJECT_UEVENT" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "multipath", + "pid": 805344, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 137480, + "node": 20004, + "name": "/usr/sbin/multipathd" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 19984, + "name": "/usr/lib/multipath/libprioconst.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14456, + "node": 4926, + "name": "/usr/lib/x86_64-linux-gnu/libaio.so.1.0.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 335936, + "node": 4897, + "name": "/usr/lib/x86_64-linux-gnu/libreadline.so.8.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35536, + "node": 5952, + "name": "/usr/lib/x86_64-linux-gnu/liburcu.so.8.0.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14408, + "node": 2471, + "name": "/usr/lib/libmpathcmd.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38984, + "node": 3575, + "name": "/usr/lib/libmpathpersist.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 409672, + "node": 3576, + "name": "/usr/lib/libmultipath.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 6301, + "name": "/usr/lib/multipath/libchecktur.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ad940", + "size_off": 0, + "node": 12904, + "name": "@/org/kernel/linux/storage/multipathd type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "4wW", + "type": "REG", + "device": "0,26", + "size_off": 6, + "node": 10074160, + "name": "/run/multipathd.pid" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "5u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "6u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "7u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138018499, + "name": "KOBJECT_UEVENT" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805355, + "taskcmd": "multipath", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 137480, + "node": 20004, + "name": "/usr/sbin/multipathd" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 19984, + "name": "/usr/lib/multipath/libprioconst.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14456, + "node": 4926, + "name": "/usr/lib/x86_64-linux-gnu/libaio.so.1.0.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 335936, + "node": 4897, + "name": "/usr/lib/x86_64-linux-gnu/libreadline.so.8.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35536, + "node": 5952, + "name": "/usr/lib/x86_64-linux-gnu/liburcu.so.8.0.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14408, + "node": 2471, + "name": "/usr/lib/libmpathcmd.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38984, + "node": 3575, + "name": "/usr/lib/libmpathpersist.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 409672, + "node": 3576, + "name": "/usr/lib/libmultipath.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 6301, + "name": "/usr/lib/multipath/libchecktur.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ad940", + "size_off": 0, + "node": 12904, + "name": "@/org/kernel/linux/storage/multipathd type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "4wW", + "type": "REG", + "device": "0,26", + "size_off": 6, + "node": 10074160, + "name": "/run/multipathd.pid" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "5u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "6u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "7u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138018499, + "name": "KOBJECT_UEVENT" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805357, + "taskcmd": "multipath", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 137480, + "node": 20004, + "name": "/usr/sbin/multipathd" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 19984, + "name": "/usr/lib/multipath/libprioconst.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14456, + "node": 4926, + "name": "/usr/lib/x86_64-linux-gnu/libaio.so.1.0.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 335936, + "node": 4897, + "name": "/usr/lib/x86_64-linux-gnu/libreadline.so.8.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35536, + "node": 5952, + "name": "/usr/lib/x86_64-linux-gnu/liburcu.so.8.0.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14408, + "node": 2471, + "name": "/usr/lib/libmpathcmd.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38984, + "node": 3575, + "name": "/usr/lib/libmpathpersist.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 409672, + "node": 3576, + "name": "/usr/lib/libmultipath.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 6301, + "name": "/usr/lib/multipath/libchecktur.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ad940", + "size_off": 0, + "node": 12904, + "name": "@/org/kernel/linux/storage/multipathd type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "4wW", + "type": "REG", + "device": "0,26", + "size_off": 6, + "node": 10074160, + "name": "/run/multipathd.pid" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "5u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "6u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "7u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138018499, + "name": "KOBJECT_UEVENT" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805358, + "taskcmd": "multipath", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 137480, + "node": 20004, + "name": "/usr/sbin/multipathd" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 19984, + "name": "/usr/lib/multipath/libprioconst.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14456, + "node": 4926, + "name": "/usr/lib/x86_64-linux-gnu/libaio.so.1.0.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 335936, + "node": 4897, + "name": "/usr/lib/x86_64-linux-gnu/libreadline.so.8.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35536, + "node": 5952, + "name": "/usr/lib/x86_64-linux-gnu/liburcu.so.8.0.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14408, + "node": 2471, + "name": "/usr/lib/libmpathcmd.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38984, + "node": 3575, + "name": "/usr/lib/libmpathpersist.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 409672, + "node": 3576, + "name": "/usr/lib/libmultipath.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 6301, + "name": "/usr/lib/multipath/libchecktur.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ad940", + "size_off": 0, + "node": 12904, + "name": "@/org/kernel/linux/storage/multipathd type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "4wW", + "type": "REG", + "device": "0,26", + "size_off": 6, + "node": 10074160, + "name": "/run/multipathd.pid" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "5u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "6u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "7u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138018499, + "name": "KOBJECT_UEVENT" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805359, + "taskcmd": "multipath", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 137480, + "node": 20004, + "name": "/usr/sbin/multipathd" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 19984, + "name": "/usr/lib/multipath/libprioconst.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14456, + "node": 4926, + "name": "/usr/lib/x86_64-linux-gnu/libaio.so.1.0.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 335936, + "node": 4897, + "name": "/usr/lib/x86_64-linux-gnu/libreadline.so.8.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35536, + "node": 5952, + "name": "/usr/lib/x86_64-linux-gnu/liburcu.so.8.0.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14408, + "node": 2471, + "name": "/usr/lib/libmpathcmd.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38984, + "node": 3575, + "name": "/usr/lib/libmpathpersist.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 409672, + "node": 3576, + "name": "/usr/lib/libmultipath.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 6301, + "name": "/usr/lib/multipath/libchecktur.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ad940", + "size_off": 0, + "node": 12904, + "name": "@/org/kernel/linux/storage/multipathd type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "4wW", + "type": "REG", + "device": "0,26", + "size_off": 6, + "node": 10074160, + "name": "/run/multipathd.pid" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "5u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "6u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "7u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138018499, + "name": "KOBJECT_UEVENT" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805361, + "taskcmd": "multipath", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 137480, + "node": 20004, + "name": "/usr/sbin/multipathd" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 19984, + "name": "/usr/lib/multipath/libprioconst.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14456, + "node": 4926, + "name": "/usr/lib/x86_64-linux-gnu/libaio.so.1.0.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 335936, + "node": 4897, + "name": "/usr/lib/x86_64-linux-gnu/libreadline.so.8.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35536, + "node": 5952, + "name": "/usr/lib/x86_64-linux-gnu/liburcu.so.8.0.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14408, + "node": 2471, + "name": "/usr/lib/libmpathcmd.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38984, + "node": 3575, + "name": "/usr/lib/libmpathpersist.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 409672, + "node": 3576, + "name": "/usr/lib/libmultipath.so.0" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 6301, + "name": "/usr/lib/multipath/libchecktur.so" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb483f8440", + "size_off": 0, + "node": 138019365, + "name": "type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7ad940", + "size_off": 0, + "node": 12904, + "name": "@/org/kernel/linux/storage/multipathd type=STREAM" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "4wW", + "type": "REG", + "device": "0,26", + "size_off": 6, + "node": 10074160, + "name": "/run/multipathd.pid" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "5u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "6u", + "type": "CHR", + "device": "10,236", + "size_off": 0, + "node": 152, + "name": "/dev/mapper/control" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "7u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138018499, + "name": "KOBJECT_UEVENT" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "multipath", + "pid": 805344, + "tid": 805362, + "taskcmd": "multipath", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 121504, + "node": 69153, + "name": "/usr/libexec/polkitd" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6427, + "name": "/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.7" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb483fc400", + "size_off": 0, + "node": 138019372, + "name": "type=STREAM" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 121504, + "node": 69153, + "name": "/usr/libexec/polkitd" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6427, + "name": "/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.7" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb483fc400", + "size_off": 0, + "node": 138019372, + "name": "type=STREAM" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805365, + "taskcmd": "gmain", + "user": "root", + "fd": "9r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 121504, + "node": 69153, + "name": "/usr/libexec/polkitd" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6427, + "name": "/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.7" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb483fc400", + "size_off": 0, + "node": 138019372, + "name": "type=STREAM" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "polkitd", + "pid": 805363, + "tid": 805368, + "taskcmd": "gdbus", + "user": "root", + "fd": "9r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2194240, + "node": 29925, + "name": "/usr/sbin/ModemManager" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26944, + "node": 29161, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-x22x.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 27055, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-tplink.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14416, + "node": 27048, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47392, + "node": 19803, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-altair-lte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18720, + "node": 27043, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-pantech.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14504, + "node": 27052, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-telit.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18760, + "node": 27047, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra-legacy.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43280, + "node": 19810, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-fibocom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14392, + "node": 19812, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-generic.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30912, + "node": 27082, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-wavecom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14440, + "node": 23474, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia-icera.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63808, + "node": 19809, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ericsson-mbm.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 100632, + "node": 27060, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ublox.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137544, + "node": 19806, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-cinterion.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14464, + "node": 24204, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22736, + "node": 19804, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-anydata.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 19805, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-broadmobi.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63776, + "node": 27049, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-simtech.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22704, + "node": 27053, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-thuraya.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14360, + "node": 27046, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-samsung.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30992, + "node": 21461, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-mtk.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22872, + "node": 24182, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129376, + "node": 19815, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-huawei.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14400, + "node": 27042, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 31008, + "node": 29179, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-zte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14352, + "node": 19814, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-haier.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14512, + "node": 21460, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-motorola.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43336, + "node": 27045, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-quectel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 19808, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dlink.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18616, + "node": 19816, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-intel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14416, + "node": 19813, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-gosuncn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26944, + "node": 19817, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-iridium.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22784, + "node": 27081, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-via.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47384, + "node": 27001, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option-hso.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39352, + "node": 24203, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel-lte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22800, + "node": 20306, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-longcheer.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14424, + "node": 27044, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-qcom-soc.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14392, + "node": 19811, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-foxconn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22816, + "node": 19807, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dell.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18608, + "node": 19818, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-linktop.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43176, + "node": 29920, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-novatel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80120, + "node": 29918, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-icera.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22696, + "node": 29913, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-foxconn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30968, + "node": 29921, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-option.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63736, + "node": 29922, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-sierra.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63736, + "node": 29924, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-xmm.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 88312, + "node": 29923, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-telit.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56750, + "name": "/usr/lib/x86_64-linux-gnu/gconv/IBM850.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18680, + "node": 29296, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-fibocom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56855, + "name": "/usr/lib/x86_64-linux-gnu/gconv/UTF-16.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51272, + "node": 5752, + "name": "/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.3.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 632904, + "node": 5854, + "name": "/usr/lib/x86_64-linux-gnu/libmbim-glib.so.4.7.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3528776, + "node": 18995, + "name": "/usr/lib/x86_64-linux-gnu/libqmi-glib.so.5.9.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1144904, + "node": 5870, + "name": "/usr/lib/x86_64-linux-gnu/libmm-glib.so.0.9.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb93aa7b40", + "size_off": 0, + "node": 138022186, + "name": "type=STREAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b5500", + "size_off": 0, + "node": 138025651, + "name": "type=DGRAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bc0e94c840", + "size_off": 0, + "node": 138021163, + "name": "type=STREAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138025652, + "name": "KOBJECT_UEVENT" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 10074215, + "name": "/run/systemd/inhibit/14.ref" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2194240, + "node": 29925, + "name": "/usr/sbin/ModemManager" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26944, + "node": 29161, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-x22x.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 27055, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-tplink.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14416, + "node": 27048, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47392, + "node": 19803, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-altair-lte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18720, + "node": 27043, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-pantech.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14504, + "node": 27052, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-telit.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18760, + "node": 27047, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra-legacy.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43280, + "node": 19810, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-fibocom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14392, + "node": 19812, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-generic.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30912, + "node": 27082, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-wavecom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14440, + "node": 23474, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia-icera.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63808, + "node": 19809, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ericsson-mbm.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 100632, + "node": 27060, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ublox.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137544, + "node": 19806, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-cinterion.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14464, + "node": 24204, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22736, + "node": 19804, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-anydata.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 19805, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-broadmobi.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63776, + "node": 27049, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-simtech.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22704, + "node": 27053, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-thuraya.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14360, + "node": 27046, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-samsung.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30992, + "node": 21461, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-mtk.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22872, + "node": 24182, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129376, + "node": 19815, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-huawei.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14400, + "node": 27042, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 31008, + "node": 29179, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-zte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14352, + "node": 19814, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-haier.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14512, + "node": 21460, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-motorola.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43336, + "node": 27045, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-quectel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 19808, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dlink.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18616, + "node": 19816, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-intel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14416, + "node": 19813, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-gosuncn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26944, + "node": 19817, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-iridium.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22784, + "node": 27081, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-via.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47384, + "node": 27001, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option-hso.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39352, + "node": 24203, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel-lte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22800, + "node": 20306, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-longcheer.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14424, + "node": 27044, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-qcom-soc.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14392, + "node": 19811, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-foxconn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22816, + "node": 19807, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dell.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18608, + "node": 19818, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-linktop.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43176, + "node": 29920, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-novatel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80120, + "node": 29918, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-icera.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22696, + "node": 29913, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-foxconn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30968, + "node": 29921, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-option.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63736, + "node": 29922, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-sierra.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63736, + "node": 29924, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-xmm.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 88312, + "node": 29923, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-telit.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56750, + "name": "/usr/lib/x86_64-linux-gnu/gconv/IBM850.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18680, + "node": 29296, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-fibocom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56855, + "name": "/usr/lib/x86_64-linux-gnu/gconv/UTF-16.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51272, + "node": 5752, + "name": "/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.3.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 632904, + "node": 5854, + "name": "/usr/lib/x86_64-linux-gnu/libmbim-glib.so.4.7.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3528776, + "node": 18995, + "name": "/usr/lib/x86_64-linux-gnu/libqmi-glib.so.5.9.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1144904, + "node": 5870, + "name": "/usr/lib/x86_64-linux-gnu/libmm-glib.so.0.9.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb93aa7b40", + "size_off": 0, + "node": 138022186, + "name": "type=STREAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b5500", + "size_off": 0, + "node": 138025651, + "name": "type=DGRAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bc0e94c840", + "size_off": 0, + "node": 138021163, + "name": "type=STREAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "8u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138025652, + "name": "KOBJECT_UEVENT" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805386, + "taskcmd": "gmain", + "user": "root", + "fd": "10w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 10074215, + "name": "/run/systemd/inhibit/14.ref" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2194240, + "node": 29925, + "name": "/usr/sbin/ModemManager" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26944, + "node": 29161, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-x22x.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 27055, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-tplink.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14416, + "node": 27048, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47392, + "node": 19803, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-altair-lte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18720, + "node": 27043, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-pantech.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14504, + "node": 27052, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-telit.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18760, + "node": 27047, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra-legacy.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43280, + "node": 19810, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-fibocom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14392, + "node": 19812, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-generic.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30912, + "node": 27082, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-wavecom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14440, + "node": 23474, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia-icera.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63808, + "node": 19809, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ericsson-mbm.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 100632, + "node": 27060, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-ublox.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137544, + "node": 19806, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-cinterion.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14464, + "node": 24204, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22736, + "node": 19804, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-anydata.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 19805, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-broadmobi.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63776, + "node": 27049, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-simtech.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22704, + "node": 27053, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-thuraya.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14360, + "node": 27046, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-samsung.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30992, + "node": 21461, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-mtk.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22872, + "node": 24182, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129376, + "node": 19815, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-huawei.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14400, + "node": 27042, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 31008, + "node": 29179, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-zte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14352, + "node": 19814, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-haier.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14512, + "node": 21460, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-motorola.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43336, + "node": 27045, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-quectel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14384, + "node": 19808, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dlink.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18616, + "node": 19816, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-intel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14416, + "node": 19813, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-gosuncn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26944, + "node": 19817, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-iridium.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22784, + "node": 27081, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-via.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47384, + "node": 27001, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option-hso.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39352, + "node": 24203, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel-lte.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22800, + "node": 20306, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-longcheer.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14424, + "node": 27044, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-qcom-soc.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14392, + "node": 19811, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-foxconn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22816, + "node": 19807, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dell.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18608, + "node": 19818, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-linktop.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43176, + "node": 29920, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-novatel.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80120, + "node": 29918, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-icera.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22696, + "node": 29913, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-foxconn.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 30968, + "node": 29921, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-option.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63736, + "node": 29922, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-sierra.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63736, + "node": 29924, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-xmm.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 88312, + "node": 29923, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-telit.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56750, + "name": "/usr/lib/x86_64-linux-gnu/gconv/IBM850.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18680, + "node": 29296, + "name": "/usr/lib/x86_64-linux-gnu/ModemManager/libmm-shared-fibocom.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56855, + "name": "/usr/lib/x86_64-linux-gnu/gconv/UTF-16.so" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51272, + "node": 5752, + "name": "/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.3.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 632904, + "node": 5854, + "name": "/usr/lib/x86_64-linux-gnu/libmbim-glib.so.4.7.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3528776, + "node": 18995, + "name": "/usr/lib/x86_64-linux-gnu/libqmi-glib.so.5.9.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1144904, + "node": 5870, + "name": "/usr/lib/x86_64-linux-gnu/libmm-glib.so.0.9.0" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb93aa7b40", + "size_off": 0, + "node": 138022186, + "name": "type=STREAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b5500", + "size_off": 0, + "node": 138025651, + "name": "type=DGRAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bc0e94c840", + "size_off": 0, + "node": 138021163, + "name": "type=STREAM" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "8u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 138025652, + "name": "KOBJECT_UEVENT" + }, + { + "command": "ModemMana", + "pid": 805369, + "tid": 805389, + "taskcmd": "gdbus", + "user": "root", + "fd": "10w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 10074215, + "name": "/run/systemd/inhibit/14.ref" + }, + { + "command": "kworker/1", + "pid": 820130, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 820130, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 820130, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/820130/exe" + }, + { + "command": "kworker/7", + "pid": 820133, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 820133, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 820133, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/820133/exe" + }, + { + "command": "kworker/6", + "pid": 826857, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 826857, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 826857, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/826857/exe" + }, + { + "command": "kworker/6", + "pid": 849258, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 849258, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 849258, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/849258/exe" + }, + { + "command": "kworker/0", + "pid": 855180, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 855180, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 855180, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/855180/exe" + }, + { + "command": "kworker/3", + "pid": 859703, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 859703, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 859703, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/859703/exe" + }, + { + "command": "kworker/u", + "pid": 863765, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 863765, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 863765, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/863765/exe" + }, + { + "command": "kworker/4", + "pid": 863857, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 863857, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 863857, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/863857/exe" + }, + { + "command": "kworker/u", + "pid": 864211, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 864211, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 864211, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/864211/exe" + }, + { + "command": "kworker/2", + "pid": 866545, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 866545, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 866545, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/866545/exe" + }, + { + "command": "kworker/5", + "pid": 866910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 866910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 866910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/866910/exe" + }, + { + "command": "kworker/0", + "pid": 872290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 872290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 872290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/872290/exe" + }, + { + "command": "kworker/u", + "pid": 874406, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 874406, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 874406, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/874406/exe" + }, + { + "command": "kworker/1", + "pid": 875131, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 875131, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 875131, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/875131/exe" + }, + { + "command": "kworker/3", + "pid": 875552, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 875552, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 875552, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/875552/exe" + }, + { + "command": "kworker/6", + "pid": 877342, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 877342, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 877342, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/877342/exe" + }, + { + "command": "kworker/2", + "pid": 877613, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 877613, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 877613, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/877613/exe" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 936028, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 199048, + "node": 29101, + "name": "/usr/bin/less" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "CHR", + "device": "136,3", + "size_off": 0, + "node": 6, + "name": "/dev/pts/3" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "CHR", + "device": "136,3", + "size_off": 0, + "node": 6, + "name": "/dev/pts/3" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "CHR", + "device": "136,3", + "size_off": 0, + "node": 6, + "name": "/dev/pts/3" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3r", + "type": "CHR", + "device": "136,3", + "size_off": 0, + "node": 6, + "name": "/dev/pts/3" + }, + { + "command": "less", + "pid": 878277, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4r", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 790620, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli/lsof.json" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 921288, + "node": 53702, + "name": "/usr/sbin/sshd" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28811, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_mail.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28814, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_motd.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28803, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_keyinit.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28810, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_loginuid.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26616, + "node": 28831, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_selinux.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28816, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_nologin.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 44872, + "node": 4955, + "name": "/usr/lib/x86_64-linux-gnu/libwrap.so.0.7.6" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1765564993", + "size_off": 0, + "node": null, + "name": "edge1.sfo-1:ssh->syn-071-093-091-100.res.spectrum.com:51182 (ESTABLISHED)" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bebf9af2c0", + "size_off": 0, + "node": 1765563087, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bebf9ae1c0", + "size_off": 0, + "node": 1765563128, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 879114, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175449849, + "name": "/run/systemd/sessions/7195.ref" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 921288, + "node": 53702, + "name": "/usr/sbin/sshd" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28811, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_mail.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28814, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_motd.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28803, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_keyinit.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28810, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_loginuid.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26616, + "node": 28831, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_selinux.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28816, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_nologin.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 44872, + "node": 4955, + "name": "/usr/lib/x86_64-linux-gnu/libwrap.so.0.7.6" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "IPv4", + "device": "1765564993", + "size_off": 0, + "node": null, + "name": "edge1.sfo-1:ssh->syn-071-093-091-100.res.spectrum.com:51182 (ESTABLISHED)" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5u", + "type": "unix", + "device": "0xffff88bebf9add80", + "size_off": 0, + "node": 1765563127, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bebf9af2c0", + "size_off": 0, + "node": 1765563087, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70850000", + "size_off": 0, + "node": 1765566400, + "name": "/tmp/ssh-XXXXqEw9LP/agent.879168 type=STREAM" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175449849, + "name": "/run/systemd/sessions/7195.ref" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765569924", + "size_off": 0, + "node": null, + "name": "localhost:47204->localhost:36497 (ESTABLISHED)" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566402, + "name": "pipe" + }, + { + "command": "sshd", + "pid": 879168, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566403, + "name": "pipe" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1396520, + "node": 25657, + "name": "/usr/bin/bash" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566401, + "name": "pipe" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566402, + "name": "pipe" + }, + { + "command": "bash", + "pid": 879169, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566403, + "name": "pipe" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1396520, + "node": 25657, + "name": "/usr/bin/bash" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566401, + "name": "pipe" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566402, + "name": "pipe" + }, + { + "command": "bash", + "pid": 879172, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566403, + "name": "pipe" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879197, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879198, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879199, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879200, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879201, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879202, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879203, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 20853552, + "node": 518260, + "name": "/home/pockethost/.vscode-server/code-dc96b837cf6bb4af9cd736aa3af08cf8279f7685" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "2w", + "type": "REG", + "device": "252,1", + "size_off": 1098, + "node": 600551, + "name": "/home/pockethost/.vscode-server/.cli.dc96b837cf6bb4af9cd736aa3af08cf8279f7685.log" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb70854400", + "size_off": 0, + "node": 1765566410, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb70851980", + "size_off": 0, + "node": 1765566409, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "9u", + "type": "IPv4", + "device": "1765566418", + "size_off": 0, + "node": null, + "name": "localhost:36497 (LISTEN)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 1765561265, + "name": "/proc/879172/stat" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70857b40", + "size_off": 0, + "node": 1765566422, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "12u", + "type": "unix", + "device": "0xffff88be3ce5d500", + "size_off": 0, + "node": 1765565396, + "name": "type=STREAM" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "13u", + "type": "IPv4", + "device": "1765571653", + "size_off": 0, + "node": null, + "name": "localhost:36497->localhost:47204 (ESTABLISHED)" + }, + { + "command": "code-dc96", + "pid": 879191, + "tid": 879204, + "taskcmd": "tokio-run", + "user": "pockethost", + "fd": "14u", + "type": "unix", + "device": "0xffff88bc20673b80", + "size_off": 0, + "node": 1765567783, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879470, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879471, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879472, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879473, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879474, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879475, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879476, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879477, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879478, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879479, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879549, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14304, + "node": 598264, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/native-watchdog/build/Release/watchdog.node" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2ebf700", + "size_off": 0, + "node": 1765569932, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2ebbfc0", + "size_off": 0, + "node": 1765569934, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bce2ebee80", + "size_off": 0, + "node": 1765569936, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bce2eb8880", + "size_off": 0, + "node": 1765569938, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564230, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564231, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567791, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765564232, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce5dd80", + "size_off": 0, + "node": 1765569927, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb42c70000", + "size_off": 0, + "node": 1765569117, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bce2ebf2c0", + "size_off": 0, + "node": 1765569998, + "name": "/run/user/1000/vscode-ipc-001344ba-cca4-4fd9-8784-e5b7abb1d3b7.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb673a9980", + "size_off": 0, + "node": 1765569126, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bb673add80", + "size_off": 0, + "node": 1765569119, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bb673aaec0", + "size_off": 0, + "node": 1765569135, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb673ae600", + "size_off": 0, + "node": 1765569121, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb673ad940", + "size_off": 0, + "node": 1765569128, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "32u", + "type": "unix", + "device": "0xffff88bb673aa640", + "size_off": 0, + "node": 1765569123, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "34u", + "type": "unix", + "device": "0xffff88bb673ad0c0", + "size_off": 0, + "node": 1765569130, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bb673ac400", + "size_off": 0, + "node": 1765569137, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb673abb80", + "size_off": 0, + "node": 1765569132, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bb9b0b2640", + "size_off": 0, + "node": 1765569173, + "name": "/run/user/1000/git-graph-askpass-NljRoAOKt6UYCOs7KsOhx55sGPaP4NF9.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "38u", + "type": "unix", + "device": "0xffff88bb9b0b61c0", + "size_off": 0, + "node": 1765569139, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "40u", + "type": "unix", + "device": "0xffff88bb9b0b1100", + "size_off": 0, + "node": 1765569141, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "41u", + "type": "unix", + "device": "0xffff88bccac12ec0", + "size_off": 0, + "node": 1765570950, + "name": "/run/user/1000/vscode-git-79708d18ed.sock type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bbbd450000", + "size_off": 0, + "node": 1765573981, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "45u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "46r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "47w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572827, + "name": "pipe" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "48u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "52w", + "type": "REG", + "device": "252,1", + "size_off": 460, + "node": 600658, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/2-GitLens.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "53w", + "type": "REG", + "device": "252,1", + "size_off": 9333, + "node": 600659, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/3-Prettier.log" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "54u", + "type": "unix", + "device": "0xffff88bbbd454c80", + "size_off": 0, + "node": 1765573983, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "56u", + "type": "unix", + "device": "0xffff88bbbd456e80", + "size_off": 0, + "node": 1765573985, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879467, + "tid": 879761, + "taskcmd": "node", + "user": "pockethost", + "fd": "59u", + "type": "unix", + "device": "0xffff88bbbd450440", + "size_off": 0, + "node": 1765573987, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879645, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879646, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879647, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879648, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879649, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879651, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879652, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879653, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879654, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879655, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879657, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd0bfcdd80", + "size_off": 0, + "node": 1765567201, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571718, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571719, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570042, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571720, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567838, + "name": "pipe" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879630, + "tid": 879658, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4d5c7700", + "size_off": 0, + "node": 1765569118, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673a8cc0", + "size_off": 0, + "node": 1765569120, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ae1c0", + "size_off": 0, + "node": 1765569122, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8880", + "size_off": 0, + "node": 1765569124, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 493591, + "node": 600643, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-oG4tET/trace.879673.json" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879673, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4d5c7700", + "size_off": 0, + "node": 1765569118, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673a8cc0", + "size_off": 0, + "node": 1765569120, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ae1c0", + "size_off": 0, + "node": 1765569122, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8880", + "size_off": 0, + "node": 1765569124, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 493591, + "node": 600643, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-oG4tET/trace.879673.json" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879675, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4d5c7700", + "size_off": 0, + "node": 1765569118, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673a8cc0", + "size_off": 0, + "node": 1765569120, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ae1c0", + "size_off": 0, + "node": 1765569122, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8880", + "size_off": 0, + "node": 1765569124, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 493591, + "node": 600643, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-oG4tET/trace.879673.json" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879676, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4d5c7700", + "size_off": 0, + "node": 1765569118, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673a8cc0", + "size_off": 0, + "node": 1765569120, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ae1c0", + "size_off": 0, + "node": 1765569122, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8880", + "size_off": 0, + "node": 1765569124, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 493591, + "node": 600643, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-oG4tET/trace.879673.json" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879677, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4d5c7700", + "size_off": 0, + "node": 1765569118, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673a8cc0", + "size_off": 0, + "node": 1765569120, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ae1c0", + "size_off": 0, + "node": 1765569122, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8880", + "size_off": 0, + "node": 1765569124, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 493591, + "node": 600643, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-oG4tET/trace.879673.json" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879678, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4d5c7700", + "size_off": 0, + "node": 1765569118, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673a8cc0", + "size_off": 0, + "node": 1765569120, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ae1c0", + "size_off": 0, + "node": 1765569122, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8880", + "size_off": 0, + "node": 1765569124, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 493591, + "node": 600643, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-oG4tET/trace.879673.json" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879679, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb4d5c7700", + "size_off": 0, + "node": 1765569118, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673a8cc0", + "size_off": 0, + "node": 1765569120, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ae1c0", + "size_off": 0, + "node": 1765569122, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8880", + "size_off": 0, + "node": 1765569124, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573740, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573741, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571734, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765573742, + "name": "pipe" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 493591, + "node": 600643, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-oG4tET/trace.879673.json" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879673, + "tid": 879688, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a9100", + "size_off": 0, + "node": 1765569133, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 2526404, + "node": 600648, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-p1IFnJ/trace.879674.json" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bccac13b80", + "size_off": 0, + "node": 1765570926, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "24r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879674, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a9100", + "size_off": 0, + "node": 1765569133, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 2526404, + "node": 600648, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-p1IFnJ/trace.879674.json" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bccac13b80", + "size_off": 0, + "node": 1765570926, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879683, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a9100", + "size_off": 0, + "node": 1765569133, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 2526404, + "node": 600648, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-p1IFnJ/trace.879674.json" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bccac13b80", + "size_off": 0, + "node": 1765570926, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879684, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a9100", + "size_off": 0, + "node": 1765569133, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 2526404, + "node": 600648, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-p1IFnJ/trace.879674.json" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bccac13b80", + "size_off": 0, + "node": 1765570926, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879685, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a9100", + "size_off": 0, + "node": 1765569133, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 2526404, + "node": 600648, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-p1IFnJ/trace.879674.json" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bccac13b80", + "size_off": 0, + "node": 1765570926, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879686, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a9100", + "size_off": 0, + "node": 1765569133, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 2526404, + "node": 600648, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-p1IFnJ/trace.879674.json" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bccac13b80", + "size_off": 0, + "node": 1765570926, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879687, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a9100", + "size_off": 0, + "node": 1765569133, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571736, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571737, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570055, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570919, + "name": "pipe" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 2526404, + "node": 600648, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-p1IFnJ/trace.879674.json" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bccac13b80", + "size_off": 0, + "node": 1765570926, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "24r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879674, + "tid": 879694, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673ab740", + "size_off": 0, + "node": 1765569136, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673af2c0", + "size_off": 0, + "node": 1765569138, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b4840", + "size_off": 0, + "node": 1765569140, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b4400", + "size_off": 0, + "node": 1765569142, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 13223634, + "node": 600644, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-sLqxR8/trace.879682.json" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879682, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673ab740", + "size_off": 0, + "node": 1765569136, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673af2c0", + "size_off": 0, + "node": 1765569138, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b4840", + "size_off": 0, + "node": 1765569140, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b4400", + "size_off": 0, + "node": 1765569142, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 13223634, + "node": 600644, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-sLqxR8/trace.879682.json" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879689, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673ab740", + "size_off": 0, + "node": 1765569136, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673af2c0", + "size_off": 0, + "node": 1765569138, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b4840", + "size_off": 0, + "node": 1765569140, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b4400", + "size_off": 0, + "node": 1765569142, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 13223634, + "node": 600644, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-sLqxR8/trace.879682.json" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879690, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673ab740", + "size_off": 0, + "node": 1765569136, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673af2c0", + "size_off": 0, + "node": 1765569138, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b4840", + "size_off": 0, + "node": 1765569140, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b4400", + "size_off": 0, + "node": 1765569142, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 13223634, + "node": 600644, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-sLqxR8/trace.879682.json" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879691, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673ab740", + "size_off": 0, + "node": 1765569136, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673af2c0", + "size_off": 0, + "node": 1765569138, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b4840", + "size_off": 0, + "node": 1765569140, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b4400", + "size_off": 0, + "node": 1765569142, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 13223634, + "node": 600644, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-sLqxR8/trace.879682.json" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879692, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673ab740", + "size_off": 0, + "node": 1765569136, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673af2c0", + "size_off": 0, + "node": 1765569138, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b4840", + "size_off": 0, + "node": 1765569140, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b4400", + "size_off": 0, + "node": 1765569142, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 13223634, + "node": 600644, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-sLqxR8/trace.879682.json" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879693, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673ab740", + "size_off": 0, + "node": 1765569136, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673af2c0", + "size_off": 0, + "node": 1765569138, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b4840", + "size_off": 0, + "node": 1765569140, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb9b0b4400", + "size_off": 0, + "node": 1765569142, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571738, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571739, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572805, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765572806, + "name": "pipe" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 13223634, + "node": 600644, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/tsserver-log-sLqxR8/trace.879682.json" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879682, + "tid": 879695, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccac161c0", + "size_off": 0, + "node": 1765570927, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879731, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccac161c0", + "size_off": 0, + "node": 1765570927, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879732, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccac161c0", + "size_off": 0, + "node": 1765570927, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879733, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccac161c0", + "size_off": 0, + "node": 1765570927, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879734, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccac161c0", + "size_off": 0, + "node": 1765570927, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879735, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccac161c0", + "size_off": 0, + "node": 1765570927, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879736, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb673a9dc0", + "size_off": 0, + "node": 1765569127, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb673acc80", + "size_off": 0, + "node": 1765569129, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb673ab300", + "size_off": 0, + "node": 1765569131, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bccac161c0", + "size_off": 0, + "node": 1765570927, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570930, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570931, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765567226, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765571824, + "name": "pipe" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879731, + "tid": 879738, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 936028, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1396520, + "node": 25657, + "name": "/usr/bin/bash" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "bash", + "pid": 879769, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "255u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879897, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879898, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879899, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879900, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879901, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879915, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879966, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879967, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879968, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 786635, + "name": "/home/pockethost/pockethost" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "0u", + "type": "unix", + "device": "0xffff88bbbd455940", + "size_off": 0, + "node": 1765573982, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbbd451540", + "size_off": 0, + "node": 1765573984, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbbd453b80", + "size_off": 0, + "node": 1765573986, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbbd451980", + "size_off": 0, + "node": 1765573988, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570098, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570099, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765570100, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765574003, + "name": "pipe" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "22r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "27w", + "type": "REG", + "device": "252,1", + "size_off": 2326, + "node": 600641, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/remoteexthost.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "42w", + "type": "REG", + "device": "252,1", + "size_off": 1122, + "node": 600649, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.typescript-language-features/TypeScript.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "43w", + "type": "REG", + "device": "252,1", + "size_off": 536, + "node": 600651, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/output_logging_20240606T145143/1-Git Graph.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "49w", + "type": "REG", + "device": "252,1", + "size_off": 10436, + "node": 600654, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.git/Git.log" + }, + { + "command": "node", + "pid": 879890, + "tid": 879969, + "taskcmd": "node", + "user": "pockethost", + "fd": "51w", + "type": "REG", + "device": "252,1", + "size_off": 172, + "node": 600657, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/exthost7/vscode.github/GitHub.log" + }, + { + "command": "kworker/0", + "pid": 882072, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 882072, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 882072, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/882072/exe" + }, + { + "command": "kworker/7", + "pid": 883790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 883790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 883790, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/883790/exe" + }, + { + "command": "kworker/u", + "pid": 884048, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 884048, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 884048, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/884048/exe" + }, + { + "command": "kworker/u", + "pid": 884049, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 884049, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 884049, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/884049/exe" + }, + { + "command": "kworker/u", + "pid": 884050, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 884050, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/u", + "pid": 884050, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/884050/exe" + }, + { + "command": "kworker/4", + "pid": 884590, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 884590, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 884590, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/884590/exe" + }, + { + "command": "kworker/5", + "pid": 886830, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 886830, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 886830, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/886830/exe" + }, + { + "command": "kworker/4", + "pid": 887274, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 887274, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 887274, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/887274/exe" + }, + { + "command": "kworker/1", + "pid": 888258, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 888258, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 888258, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/888258/exe" + }, + { + "command": "kworker/0", + "pid": 890742, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 890742, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 890742, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/890742/exe" + }, + { + "command": "kworker/2", + "pid": 891196, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 891196, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 891196, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/891196/exe" + }, + { + "command": "kworker/5", + "pid": 893133, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 893133, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 893133, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/893133/exe" + }, + { + "command": "kworker/6", + "pid": 893180, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 893180, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 893180, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/893180/exe" + }, + { + "command": "kworker/1", + "pid": 896473, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 896473, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 896473, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/896473/exe" + }, + { + "command": "kworker/4", + "pid": 900536, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 900536, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 900536, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/900536/exe" + }, + { + "command": "kworker/3", + "pid": 901049, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 901049, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 901049, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/901049/exe" + }, + { + "command": "kworker/7", + "pid": 901270, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 901270, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 901270, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/901270/exe" + }, + { + "command": "kworker/3", + "pid": 902433, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 902433, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 902433, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/902433/exe" + }, + { + "command": "kworker/0", + "pid": 902694, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 902694, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 902694, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/902694/exe" + }, + { + "command": "kworker/3", + "pid": 903173, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 903173, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 903173, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/903173/exe" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 35328, + "node": 1636, + "name": "/usr/bin/sleep" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566401, + "name": "pipe" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566402, + "name": "pipe" + }, + { + "command": "sleep", + "pid": 905799, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1765566403, + "name": "pipe" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767988353, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767997799, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906615, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767988354, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767960785, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767997800, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906616, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767960786, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768067587, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788607, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906622, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1768067592, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767857661, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788608, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906623, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767857667, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906624, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788609, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906625, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788610, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906626, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788611, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906627, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788612, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767989044, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788613, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906628, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767857666, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788614, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906630, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788615, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768067593, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788616, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906631, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1768069137, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906632, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788617, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906633, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788618, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906634, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788619, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788620, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767857345, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788621, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906636, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767857346, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906638, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767784958, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906639, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767784959, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767961434, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767784960, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906640, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767857547, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906641, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767784961, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767784962, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768067483, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767784963, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906643, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1768067484, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767857491, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767960827, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906645, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767785332, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767998450, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767960828, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906646, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767998451, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1767788178, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767960829, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906647, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767788197, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906648, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767960830, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 906649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767960831, + "name": "KOBJECT_UEVENT" + }, + { + "command": "kworker/2", + "pid": 906766, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 906766, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 906766, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/906766/exe" + }, + { + "command": "kworker/6", + "pid": 907252, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 907252, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 907252, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/907252/exe" + }, + { + "command": "kworker/7", + "pid": 907869, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 907869, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 907869, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/907869/exe" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 908290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767857969, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073338, + "name": "protocol: UDP" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767857970, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 908291, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1768073339, + "name": "ROUTE" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 908292, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767857971, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 908293, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1767857972, + "name": "KOBJECT_UEVENT" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072303", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072303", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908381, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072303", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908382, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072303", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908383, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072303", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908384, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072303", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908385, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072303", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908380, + "tid": 908386, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072304, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768070719", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768070719", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908395, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768070719", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908396, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768070719", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908397, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768070719", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908398, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768070719", + "size_off": 0, + "node": null, + "name": "*:34101 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908388, + "tid": 908399, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070720, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768074316", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768074316", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908457, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768074316", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908458, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768074316", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908459, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768074316", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908460, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768074316", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908461, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768074316", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908462, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768074316", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908453, + "tid": 908463, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074317, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072321", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072321", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908468, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072321", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908469, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072321", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908470, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072321", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908471, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072321", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908472, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072321", + "size_off": 0, + "node": null, + "name": "*:38001 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908465, + "tid": 908474, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072322, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908487, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908488, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908489, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908491, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908513, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908515, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908516, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908518, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175467950, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069506, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467954, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/log" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1c400", + "size_off": 0, + "node": 1768068504, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbccc80", + "size_off": 0, + "node": 1768071338, + "name": "/run/containerd/s/9d1ceb79073aa478376491c104e7325dfacb6138672c9d27448e4d94b4ae8427 type=STREAM" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467948, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stdout" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175467949, + "name": "/run/docker/containerd/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113/3b06f4ec15cdcd50784c1da382f6b3d68cb5e9011241c5bcd9002e79a1a9f113-stderr" + }, + { + "command": "container", + "pid": 908484, + "tid": 908886, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210cc80", + "size_off": 0, + "node": 1768071524, + "name": "type=STREAM" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069561", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069561", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908556, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069561", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908558, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069561", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908559, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069561", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908560, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069561", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908561, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069561", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908562, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069561", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908542, + "tid": 908564, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069562, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069564", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069564", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908568, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069564", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908569, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069564", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908570, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069564", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908571, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069564", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908572, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069564", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908573, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069564", + "size_off": 0, + "node": null, + "name": "*:33911 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908566, + "tid": 908574, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069565, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908602, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908603, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908605, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908606, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908607, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908609, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908610, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768069572", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908584, + "tid": 908612, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069573, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908919, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908920, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908921, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908922, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908924, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908938, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 908964, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909076, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2628718, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,51", + "size_off": 4096, + "node": 97141, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071340, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071341, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075369, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 20869120, + "node": 2628722, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590203, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2590286, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 165621760, + "node": 2628726, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 2590287, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 2592389, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908588, + "tid": 909077, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075392, + "name": "protocol: TCPv6" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908592, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908593, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908594, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908595, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908598, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908617, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908621, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908867, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468019, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072384, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468023, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/log" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc20671100", + "size_off": 0, + "node": 1768071367, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbcc18440", + "size_off": 0, + "node": 1768072395, + "name": "/run/containerd/s/c2ae2388326e072a189a6f9d7a9e2385433d965f1fa84c18d2af8ced7bf958db type=STREAM" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468017, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stdout" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468018, + "name": "/run/docker/containerd/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6/f7d2a5a6ea3b3bbbf0ad3aa5ca45a0709c7d836efbe00fcadfe69cb4954ae6f6-stderr" + }, + { + "command": "container", + "pid": 908591, + "tid": 908868, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1c840", + "size_off": 0, + "node": 1768068655, + "name": "type=STREAM" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069575", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069575", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908614, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069575", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908615, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069575", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908616, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069575", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908618, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069575", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908619, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069575", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768069575", + "size_off": 0, + "node": null, + "name": "*:33025 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908611, + "tid": 908645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069576, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908633, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908634, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908635, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908636, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908642, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908643, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908651, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908873, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908932, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468049, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1767858141, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468057, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/log" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd75950c0", + "size_off": 0, + "node": 1768072400, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3055d80", + "size_off": 0, + "node": 1768072445, + "name": "/run/containerd/s/ecab0346bf78df1e617888013726a8384e1a5e25f95ed6b1121156f419cdc18b type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468047, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stdout" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468048, + "name": "/run/docker/containerd/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2/13bcb87893220cd7296ff93c6d97b48d3c1851d44631820841db4f67c4b024d2-stderr" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd1210ee80", + "size_off": 0, + "node": 1768071521, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908629, + "tid": 908933, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908905, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908906, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908907, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908908, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908923, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908925, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908939, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1274214, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,39", + "size_off": 4096, + "node": 96851, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072397, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072398, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069749, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 135168, + "node": 1328939, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1308884, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1309066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 10219520, + "node": 1328948, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1328943, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1328950, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908653, + "tid": 908985, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768069756, + "name": "protocol: TCPv6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072462", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072462", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908683, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072462", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908684, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072462", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908685, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072462", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908686, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072462", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908687, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072462", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908688, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768072462", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908682, + "tid": 908689, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072463, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072467", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072467", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908691, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072467", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908692, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072467", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908693, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072467", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908694, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072467", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908695, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072467", + "size_off": 0, + "node": null, + "name": "*:46643 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908690, + "tid": 908696, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072468, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908727, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908728, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908729, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908730, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908733, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908734, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908735, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908743, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908992, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908997, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468106, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070863, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468110, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/log" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd0bfca200", + "size_off": 0, + "node": 1768070860, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3050000", + "size_off": 0, + "node": 1768070866, + "name": "/run/containerd/s/6daf320fec2bf660126064a0f80fbdcb1262e67df5f0a4070bfa422307d3dbe3 type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468104, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stdout" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468105, + "name": "/run/docker/containerd/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4/441b0f0f95e42618ade3ca3ba787c4f5ce2e3fc7b3ff91643d5103e9ffeb9ab4-stderr" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7b3b80", + "size_off": 0, + "node": 1768073682, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908722, + "tid": 908998, + "taskcmd": "container", + "user": "root", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908738, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908739, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908740, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908741, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908744, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908745, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908747, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908748, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468113, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074383, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468117, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/log" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcee80", + "size_off": 0, + "node": 1768073504, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd0bfcaec0", + "size_off": 0, + "node": 1768074387, + "name": "/run/containerd/s/9640b9b909b4651893d778dc9484888562fe86c981961465c95cf2f1ed833303 type=STREAM" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "13u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "15w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "16u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "17r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468111, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stdout" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "18u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "19w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "20u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "21r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468112, + "name": "/run/docker/containerd/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8/e4839350585478aa2b50ee7d55cb1e97aa3c09f72e7ce7bfb974e07d761c40e8-stderr" + }, + { + "command": "container", + "pid": 908737, + "tid": 908749, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcaa80", + "size_off": 0, + "node": 1768071009, + "name": "type=STREAM" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908928, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908929, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908930, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908931, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908934, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908935, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908936, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908937, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3629286, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,55", + "size_off": 4096, + "node": 96915, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072447, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072448, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071537, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 126976, + "node": 3636586, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616122, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616155, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 9347072, + "node": 3636593, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3616156, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3616157, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908746, + "tid": 908995, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768075375, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1808847, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,57", + "size_off": 4096, + "node": 96979, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47833088, + "node": 313968, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 28135424, + "node": 1824252, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1843483, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 1609728, + "node": 1824256, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1843539, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068726, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1808847, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,57", + "size_off": 4096, + "node": 96979, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47833088, + "node": 313968, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 28135424, + "node": 1824252, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1843483, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 1609728, + "node": 1824256, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1843539, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908959, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068726, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1808847, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,57", + "size_off": 4096, + "node": 96979, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47833088, + "node": 313968, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 28135424, + "node": 1824252, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1843483, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 1609728, + "node": 1824256, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1843539, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908960, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068726, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1808847, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,57", + "size_off": 4096, + "node": 96979, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47833088, + "node": 313968, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 28135424, + "node": 1824252, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1843483, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 1609728, + "node": 1824256, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1843539, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908961, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068726, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1808847, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,57", + "size_off": 4096, + "node": 96979, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47833088, + "node": 313968, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 28135424, + "node": 1824252, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1843483, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 1609728, + "node": 1824256, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1843539, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908962, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068726, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1808847, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,57", + "size_off": 4096, + "node": 96979, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47833088, + "node": 313968, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 28135424, + "node": 1824252, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1843483, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 1609728, + "node": 1824256, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1843539, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 908982, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068726, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1808847, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,57", + "size_off": 4096, + "node": 96979, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47833088, + "node": 313968, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 28135424, + "node": 1824252, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1843483, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 1609728, + "node": 1824256, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1843539, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909001, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068726, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1808847, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,57", + "size_off": 4096, + "node": 96979, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47833088, + "node": 313968, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070868, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768070869, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768068670, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 28135424, + "node": 1824252, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 1843483, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843494, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 1609728, + "node": 1824256, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1843539, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1843612, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908786, + "tid": 909074, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768068726, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909022, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909023, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909024, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909025, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909043, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909078, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909079, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909080, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 3100859, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,60", + "size_off": 4096, + "node": 97120, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 40304792, + "node": 313927, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074389, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074390, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768069761, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 6094848, + "node": 3101066, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 4152, + "node": 3099653, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099654, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 614400, + "node": 3101082, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 3099655, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 3099656, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 908817, + "tid": 909081, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768074540, + "name": "protocol: TCPv6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768071531", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768071531", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908896, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768071531", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908898, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768071531", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908899, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768071531", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908900, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768071531", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908902, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768071531", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908903, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "1768071531", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908892, + "tid": 908904, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071532, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908910, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908911, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908912, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908913, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908914, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908915, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908916, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908917, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "1768072667", + "size_off": 0, + "node": null, + "name": "*:41741 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 908901, + "tid": 908918, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072668, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908976, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908977, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908978, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908979, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908980, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908981, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908983, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908984, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908993, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 175468247, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072681, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468251, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/log" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bcd7591dc0", + "size_off": 0, + "node": 1768072676, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b2a80", + "size_off": 0, + "node": 1768072684, + "name": "/run/containerd/s/9d40b9616c7c5ecfc3a37d2419bd1153f7522d7b18dd0a55e25d79990b29af28 type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "16r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468244, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stdout" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "17u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "18w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "19u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "20r", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 175468245, + "name": "/run/docker/containerd/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2/42b7de2848b138023d4f2ae331e788db37f3c9b99917070af0df60838e7918d2-stderr" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd0bfccc80", + "size_off": 0, + "node": 1768071098, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 908975, + "tid": 908994, + "taskcmd": "container", + "user": "root", + "fd": "22r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909126, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909127, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909128, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909129, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909130, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909131, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909132, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909141, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909142, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909143, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 1564315, + "name": "/home/pockethost" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "0,101", + "size_off": 4096, + "node": 97307, + "name": "/" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 47259648, + "node": 16339, + "name": "/home/pockethost/pocketbase" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "mem-r", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm (stat: No such file or directory)" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074509, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768074510, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "3r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072719, + "name": "pipe" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "7ur", + "type": "REG", + "device": "252,1", + "size_off": 59432960, + "node": 1566582, + "name": "/home/pockethost/pb_data/data.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "8u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1553065, + "name": "/home/pockethost/pb_data/data.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "9ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1553066, + "name": "/home/pockethost/pb_data/data.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "10ur", + "type": "REG", + "device": "252,1", + "size_off": 22020096, + "node": 1566586, + "name": "/home/pockethost/pb_data/logs.db" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "11u", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 1559438, + "name": "/home/pockethost/pb_data/logs.db-wal" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "12ur", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 1559447, + "name": "/home/pockethost/pb_data/logs.db-shm" + }, + { + "command": "pocketbas", + "pid": 909067, + "tid": 909150, + "taskcmd": "pocketbas", + "user": "root", + "fd": "13u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 1768073816, + "name": "protocol: TCPv6" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 936028, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 232416, + "node": 6559, + "name": "/usr/bin/sudo" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 512896, + "node": 6616, + "name": "/usr/libexec/sudo/sudoers.so" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 134136, + "node": 6588, + "name": "/usr/libexec/sudo/libsudo_util.so.0.0.0" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075457, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071677, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071677, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "REG", + "device": "252,1", + "size_off": 1715, + "node": 90995, + "name": "/etc/sudoers" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1768071691, + "name": "AUDIT" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd1210d940", + "size_off": 0, + "node": 1768071694, + "name": "type=DGRAM" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "CHR", + "device": "5,0", + "size_off": 0, + "node": 12, + "name": "/dev/tty" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd1210d500", + "size_off": 0, + "node": 1768071695, + "name": "type=STREAM" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075457, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "sudo", + "pid": 909165, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 936028, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 5904904, + "node": 13766, + "name": "/usr/bin/python3.10" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 45240, + "node": 7581, + "name": "/usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 74848, + "node": 3680, + "name": "/usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14672, + "node": 27995, + "name": "/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 32120, + "node": 7541, + "name": "/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 194872, + "node": 27652, + "name": "/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.7" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075457, + "name": "pipe" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 790620, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli/lsof.json" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "jc", + "pid": 909166, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 936028, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 232416, + "node": 6559, + "name": "/usr/bin/sudo" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18528, + "node": 27249, + "name": "/usr/lib/x86_64-linux-gnu/libpam_misc.so.0.82.1" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 472008, + "node": 7842, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_systemd.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28846, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_umask.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 3046, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_cap.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 28817, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_permit.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 309600, + "node": 3719, + "name": "/usr/lib/x86_64-linux-gnu/libnss_systemd.so.2" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 13960, + "node": 28701, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_deny.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 28847, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_unix.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26696, + "node": 28805, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_limits.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18424, + "node": 28785, + "name": "/usr/lib/x86_64-linux-gnu/security/pam_env.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 512896, + "node": 6616, + "name": "/usr/libexec/sudo/sudoers.so" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 50, + "node": 16652, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3360, + "node": 17145, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1406, + "node": 15774, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 270, + "node": 16643, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 48, + "node": 16642, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34, + "node": 16658, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 62, + "node": 16647, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 127, + "node": 15766, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47, + "node": 16659, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 23, + "node": 16523, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 134136, + "node": 6588, + "name": "/usr/libexec/sudo/libsudo_util.so.0.0.0" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 258, + "node": 16507, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075457, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,0", + "size_off": 0, + "node": 3, + "name": "/dev/pts/0" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071677, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768071677, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "REG", + "device": "252,1", + "size_off": 1715, + "node": 90995, + "name": "/etc/sudoers" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 1768071691, + "name": "AUDIT" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bd1210d940", + "size_off": 0, + "node": 1768071694, + "name": "type=DGRAM" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "CHR", + "device": "5,0", + "size_off": 0, + "node": 12, + "name": "/dev/tty" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "CHR", + "device": "136,4", + "size_off": 0, + "node": 7, + "name": "/dev/pts/4" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768073859, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "unix", + "device": "0xffff88bd1210c400", + "size_off": 0, + "node": 1768071696, + "name": "type=STREAM" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768073859, + "name": "pipe" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "sudo", + "pid": 909167, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 936028, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 167544, + "node": 2074, + "name": "/usr/bin/lsof" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "CHR", + "device": "136,4", + "size_off": 0, + "node": 7, + "name": "/dev/pts/4" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768075457, + "name": "pipe" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "CHR", + "device": "136,4", + "size_off": 0, + "node": 7, + "name": "/dev/pts/4" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3r", + "type": "DIR", + "device": "0,24", + "size_off": 0, + "node": 1, + "name": "/proc" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4r", + "type": "DIR", + "device": "0,24", + "size_off": 0, + "node": 1768072749, + "name": "/proc/909168/fd" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072754, + "name": "pipe" + }, + { + "command": "lsof", + "pid": 909168, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072755, + "name": "pipe" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 936028, + "name": "/home/pockethost/pockethost/packages/pockethost/src/cli" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 167544, + "node": 2074, + "name": "/usr/bin/lsof" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 353616, + "node": 15834, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 3048928, + "node": 887, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 68552, + "node": 21346, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27002, + "node": 28541, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072754, + "name": "pipe" + }, + { + "command": "lsof", + "pid": 909169, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1768072755, + "name": "pipe" + }, + { + "command": "kworker/5", + "pid": 921814, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 921814, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 921814, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/921814/exe" + }, + { + "command": "xfsalloc", + "pid": 923427, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "xfsalloc", + "pid": 923427, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "xfsalloc", + "pid": 923427, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/923427/exe" + }, + { + "command": "xfs_mru_c", + "pid": 923428, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "xfs_mru_c", + "pid": 923428, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "xfs_mru_c", + "pid": 923428, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/923428/exe" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 244403, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 394905, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961916, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961917, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961918, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961919, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961920, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961921, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961922, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 961924, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107076641, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1130669990, + "name": "pipe" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107076645, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/b55a069d0616686c8cc5b670ea4246b525eb05d909a6126660990556c9f12d6f/log" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba5500", + "size_off": 0, + "node": 1130677814, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbc88f9540", + "size_off": 0, + "node": 1130669996, + "name": "/run/containerd/s/633356714dba6aa3b54cd4593b8c7af6ca6887199151d1515a0c970765308aa8 type=STREAM" + }, + { + "command": "container", + "pid": 961910, + "tid": 962238, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4d5c0880", + "size_off": 0, + "node": 1130677158, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034977, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034978, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034979, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034980, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034981, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034982, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034983, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034984, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034985, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 86544856, + "node": 1706, + "name": "/usr/local/bin/node (deleted)" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7501, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7515, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7506, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7505, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7496, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bfbac77700", + "size_off": 0, + "node": 39984281, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bfbac70cc0", + "size_off": 0, + "node": 39984283, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bfbac73b80", + "size_off": 0, + "node": 39984285, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bfbac70440", + "size_off": 0, + "node": 39984287, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983327, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983328, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39984289, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 39983329, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819cc80", + "size_off": 0, + "node": 39981681, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 1034976, + "tid": 1034986, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4819c400", + "size_off": 0, + "node": 39981680, + "name": "type=STREAM" + }, + { + "command": "kworker/2", + "pid": 1047267, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 1047267, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 1047267, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/1047267/exe" + }, + { + "command": "kworker/5", + "pid": 1087515, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 1087515, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/5", + "pid": 1087515, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/1087515/exe" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424655, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424656, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424657, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424658, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424659, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424660, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424661, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424662, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1424663, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 162593635, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 238485000, + "name": "pipe" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 162593639, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/700fc12a9e43e3c3b6d1883fe9c0c11f58bd33781d0d2c58e5749aa48c0f938d/log" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4819bb80", + "size_off": 0, + "node": 238480373, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0880", + "size_off": 0, + "node": 238480377, + "name": "/run/containerd/s/8ebf2a875a13a1318e9d7464a0c4cffabf8c982c429e21ac6440de64fcb40f2f type=STREAM" + }, + { + "command": "container", + "pid": 1424654, + "tid": 1425964, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5aa80", + "size_off": 0, + "node": 238485999, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428966, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428967, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428968, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428969, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428970, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428971, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428972, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428973, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428974, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 1428975, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107377916, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1143960810, + "name": "pipe" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107377920, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/830d2e0dcddf413a096cd1238874295f6f252dcfafaabad4d41121c837000341/log" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9ab740", + "size_off": 0, + "node": 1143957002, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9ac840", + "size_off": 0, + "node": 1143957007, + "name": "/run/containerd/s/898bb299d2965d4f7a6fdf17629d7357d19cb11f4ab4a1b73f6147d71c443021 type=STREAM" + }, + { + "command": "container", + "pid": 1428965, + "tid": 2617431, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb483ffb40", + "size_off": 0, + "node": 1143959315, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 665256, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1389257, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450412, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450413, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450414, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450416, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450417, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450419, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450420, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1450747, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107391855, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1144100506, + "name": "pipe" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107391859, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1eb6b041e43894fa7d8b34c5b44e4c4e987de9a7f3578d60a9e00464268056d2/log" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9698e600", + "size_off": 0, + "node": 1144103111, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70853300", + "size_off": 0, + "node": 1144100511, + "name": "/run/containerd/s/79137e0dbf986de7a294f6d3c9824f6171b166882bc3a6eaa3b1c3920bb3a4c4 type=STREAM" + }, + { + "command": "container", + "pid": 1450411, + "tid": 1461334, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbc88fdd80", + "size_off": 0, + "node": 1144102730, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453424, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453425, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453426, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453427, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453429, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453430, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453431, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453432, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1453433, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1455586, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123037406, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3173711121, + "name": "pipe" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123037410, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/6a9ac82f6f12d9b7e294ac47559afdeaa1f3d84172e402af327fb69b130b45c9/log" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbcaa80", + "size_off": 0, + "node": 3173711118, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3052a80", + "size_off": 0, + "node": 3173710443, + "name": "/run/containerd/s/c75aff127e7069e87cd17293ef15d0eb444d58e87244d4202da14269c402f691 type=STREAM" + }, + { + "command": "container", + "pid": 1453422, + "tid": 1462390, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb96275500", + "size_off": 0, + "node": 3173728911, + "name": "type=STREAM" + }, + { + "command": "kworker/4", + "pid": 1470290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 1470290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/4", + "pid": 1470290, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/1470290/exe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587501, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587502, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587503, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587504, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587505, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587548, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587549, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587550, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587570, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587571, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587572, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587573, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 1587638, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2058121, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "7,8", + "size_off": 22532664, + "node": 309, + "name": "/snap/snapd/21759/usr/lib/snapd/snapd" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40603, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5c400", + "size_off": 0, + "node": 3323935040, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b518000", + "size_off": 0, + "node": 3323936146, + "name": "type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "4u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3323932655, + "name": "KOBJECT_UEVENT" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "5uW", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 72087, + "name": "/var/lib/snapd/state.lock" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323938856, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb48ee0000", + "size_off": 0, + "node": 22688, + "name": "/run/snapd.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb48ee1980", + "size_off": 0, + "node": 22690, + "name": "/run/snapd-snap.socket type=STREAM" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "snapd", + "pid": 1587490, + "tid": 2651876, + "taskcmd": "snapd", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3323932656, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 974427, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620170, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620171, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620172, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620173, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620174, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620175, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620176, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620177, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1620428, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 94344733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2919746062, + "name": "pipe" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 94344737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/d6909d53add0c09d966878189b065e99a8083550a6d671349266f78b8aecf670/log" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c75d80", + "size_off": 0, + "node": 2919743133, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bebf9a8cc0", + "size_off": 0, + "node": 2919746065, + "name": "/run/containerd/s/a6f95303769dc55f09805d4b9e225f8a7087cf07f6ec45ebba80672318bac10a type=STREAM" + }, + { + "command": "container", + "pid": 1620163, + "tid": 1668983, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb4b7ae600", + "size_off": 0, + "node": 2919740242, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625714, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625715, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625716, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625717, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625718, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625719, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625720, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625721, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1625722, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 1626819, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 22911774, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 741878514, + "name": "pipe" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 22911778, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c6d7613d68a42e47eed4cd6eb0770cccc5dfcaa1270da7761211c97ac5decffc/log" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbb15b1100", + "size_off": 0, + "node": 741883236, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbb15b5940", + "size_off": 0, + "node": 741883243, + "name": "/run/containerd/s/72494ca7a681c44c7f458239ae9b562374fbf058e1bc862a1d3b571e68f1f5b7 type=STREAM" + }, + { + "command": "container", + "pid": 1625713, + "tid": 3438602, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bd12109100", + "size_off": 0, + "node": 741876657, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 943081, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642531, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642532, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642533, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642534, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642535, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642536, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642537, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642538, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 1642539, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 107516447, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1149736098, + "name": "pipe" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 107516451, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a529165960f5e0260114ad430777dda8183c92a101e63d9145cfb273847d16a5/log" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb483fdd80", + "size_off": 0, + "node": 1149599260, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb483fe600", + "size_off": 0, + "node": 1149736101, + "name": "/run/containerd/s/a3506a55b03cbe1049e0fa1bc8deb9664b74246d48737bd7b3dfc22de071fd68 type=STREAM" + }, + { + "command": "container", + "pid": 1642530, + "tid": 3384854, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb483f9100", + "size_off": 0, + "node": 1149599446, + "name": "type=STREAM" + }, + { + "command": "kworker/3", + "pid": 1885746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 1885746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/3", + "pid": 1885746, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/1885746/exe" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047290, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047291, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047292, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047293, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047294, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047295, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047296, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047297, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2047298, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048362, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 120830733, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 2841464297, + "name": "pipe" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 120830737, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/990361dbceab07aea455473eac506c8d9396a9ab65e3b2c0c8e7b568f02bab4b/log" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb887772c0", + "size_off": 0, + "node": 2841466157, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bae600", + "size_off": 0, + "node": 2841480936, + "name": "/run/containerd/s/371e299ed5b76d55e7c401f6c6c792644e47c7790b0a2703cf53428a42619890 type=STREAM" + }, + { + "command": "container", + "pid": 2047289, + "tid": 2048991, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb88770440", + "size_off": 0, + "node": 2841466224, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056937, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056938, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056939, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056940, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056941, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056942, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056943, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056944, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2056945, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2057909, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123412483, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3252627854, + "name": "pipe" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123412487, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/c767ecd077d744f90e1deba8184f88e1fb5de33d752ddd78b7aafbfbfd508c3a/log" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf092961c0", + "size_off": 0, + "node": 3252629930, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09291540", + "size_off": 0, + "node": 3252612557, + "name": "/run/containerd/s/679fc1e28f528f56cb9ef497a9e559aa665b5b16cace20b74af2f70be25b85f1 type=STREAM" + }, + { + "command": "container", + "pid": 2056936, + "tid": 2059669, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bebf9a9dc0", + "size_off": 0, + "node": 3252436883, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 1881765, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073811, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073812, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073813, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073814, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073815, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073816, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073817, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073818, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2073844, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123422976, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255049828, + "name": "pipe" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123422980, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/daaa33c2ff37f5a94acfd17cfbb8637b9b249129b0e87155848d9ad3d8103e2a/log" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba7c393b80", + "size_off": 0, + "node": 3255049823, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bbafafee80", + "size_off": 0, + "node": 3255052146, + "name": "/run/containerd/s/5a2c307b755374209196fa1f35de9d8682eec07f802709f2cbc8a4c9af6402b8 type=STREAM" + }, + { + "command": "container", + "pid": 2073810, + "tid": 2075859, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb673aaa80", + "size_off": 0, + "node": 3254863624, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078272, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078273, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078274, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078275, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078276, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078277, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078278, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078279, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078306, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2078307, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123425775, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255355969, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123425779, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/f3539ac27b24e1981f218262f8649905555d59c6de08986445a0ff8cf209de61/log" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba2a80", + "size_off": 0, + "node": 3255357831, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96c7a200", + "size_off": 0, + "node": 3255355095, + "name": "/run/containerd/s/25cefb9cf4adb2a5fd9006421562e2310b3a46bc8291159d0971e9e04d2b940e type=STREAM" + }, + { + "command": "container", + "pid": 2078271, + "tid": 2872699, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb42c70440", + "size_off": 0, + "node": 3255358621, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078792, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078793, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078794, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078795, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078796, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078797, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078798, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078799, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078827, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2078828, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426084, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255358262, + "name": "pipe" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/80ac8b9107ce394e00c7d82fa0f41695cd68bcc7d5aa06ebf4a0e6558606c0df/log" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce58880", + "size_off": 0, + "node": 3255363671, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cbc400", + "size_off": 0, + "node": 3255358263, + "name": "/run/containerd/s/27a7c79f6a6bc79f306f8b176490cd7f2a580b859e0af7b19f60e1742e5a4d65 type=STREAM" + }, + { + "command": "container", + "pid": 2078791, + "tid": 2143223, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88be3ce5aec0", + "size_off": 0, + "node": 3255363688, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079636, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079637, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079638, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079639, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079640, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079641, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079642, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079643, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2079644, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426586, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255384275, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426590, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/cb050479ace1139d45e0846b1b50984c618c6eb42280b1494dfb5e98ea8c0453/log" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb49cbdd80", + "size_off": 0, + "node": 3255384270, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8c840", + "size_off": 0, + "node": 3255382395, + "name": "/run/containerd/s/44be5b0a397db43766ace4262cc4d6d1567cafac6be09a1b32724fc7cf5897b8 type=STREAM" + }, + { + "command": "container", + "pid": 2079635, + "tid": 2081137, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc3b518cc0", + "size_off": 0, + "node": 3255382404, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079890, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079891, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079892, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079893, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079894, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079895, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079896, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079897, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079923, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2079924, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123426739, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255365588, + "name": "pipe" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123426743, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/86839b00641e28e8506abbe067572b63611928559bc8a84153fd064372957040/log" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc3b51f2c0", + "size_off": 0, + "node": 3255382555, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb45a8aa80", + "size_off": 0, + "node": 3255383554, + "name": "/run/containerd/s/82ce926dd4aa3d669ebb76a4acd9e4ee3139b3ea7033018810d947eedee4bf2e type=STREAM" + }, + { + "command": "container", + "pid": 2079889, + "tid": 2844217, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc0e948880", + "size_off": 0, + "node": 3255385623, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080486, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080487, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080488, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080489, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080490, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080491, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080492, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080493, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2080494, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 2082332, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427088, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255392307, + "name": "pipe" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427092, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/02ee9e00ca181d7609541253a92154fbf3f7250ab7b60f9aac6e8b00cd34cf8d/log" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73b80", + "size_off": 0, + "node": 3255394436, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bc3b51b300", + "size_off": 0, + "node": 3255396005, + "name": "/run/containerd/s/cd631b7b337908b22f721d72fbf0241d4b89d94f64d5dcb965897b0d01c43ca9 type=STREAM" + }, + { + "command": "container", + "pid": 2080484, + "tid": 3600436, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb88776e80", + "size_off": 0, + "node": 3255396014, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 1854010, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081084, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081085, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081086, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081087, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081088, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081089, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081090, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081091, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2081117, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427468, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255417733, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427472, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0ebbd39263bce5273b2a9c154f00a7a0f35e9b5c99776bbed0bff1d54da4f429/log" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb42c73fc0", + "size_off": 0, + "node": 3255395119, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88c1d3053fc0", + "size_off": 0, + "node": 3255393986, + "name": "/run/containerd/s/37a6e0e12ecac5c99eb229e4a51b11cb8b26f01fbc64913e092a9ba06a26d4b7 type=STREAM" + }, + { + "command": "container", + "pid": 2081083, + "tid": 2082293, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc1b300", + "size_off": 0, + "node": 3255393996, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081369, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081370, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081371, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081372, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081373, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081374, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081375, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081376, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081377, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 2081378, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427634, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422030, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427638, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e8e1a21fbe98abfef774f7f47db9218777dc44d64463e94bf63a73058e70b1a1/log" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb88774c80", + "size_off": 0, + "node": 3255420331, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bd12108440", + "size_off": 0, + "node": 3255395327, + "name": "/run/containerd/s/77d1ebaefb5c767aabe44ce182290f9dd0e83ebfaf61c99ec425c8dfd92ebff7 type=STREAM" + }, + { + "command": "container", + "pid": 2081368, + "tid": 3174237, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bccaba3300", + "size_off": 0, + "node": 3255422043, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081464, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081465, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081466, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081467, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081468, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081469, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081470, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081471, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2081472, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 2082703, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427694, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255422073, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427698, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41eadbf1e89b8f0743dff38875bf64ce7caed40631a22e46a8ae5284c3c68498/log" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bccaba0880", + "size_off": 0, + "node": 3255422068, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb88774840", + "size_off": 0, + "node": 3255423620, + "name": "/run/containerd/s/20ca46ecdffbc3ff91557655e792bef93bcdbcae65c863a00fdf8f62e2086303 type=STREAM" + }, + { + "command": "container", + "pid": 2081463, + "tid": 3518718, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc0e94e600", + "size_off": 0, + "node": 3255423630, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081747, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081748, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081749, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081750, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081751, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081752, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081753, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081780, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081781, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 2081782, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427863, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255447868, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427867, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/1899f94aef6d1931350a81b57fef5b2009e1afc1987cac06241dbdb8e748504b/log" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bb80", + "size_off": 0, + "node": 3255449031, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bccaba1dc0", + "size_off": 0, + "node": 3255447871, + "name": "/run/containerd/s/b4703deafb4fbe47e3cf6d7d878bef2af92774ee6241dc2a06fe474e7483439b type=STREAM" + }, + { + "command": "container", + "pid": 2081745, + "tid": 3644029, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88c1d3052ec0", + "size_off": 0, + "node": 3255445937, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 971338, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081835, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081836, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081837, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081838, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081839, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081840, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081841, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081842, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081843, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123427930, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3255451750, + "name": "pipe" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123427934, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/089d30997d7b61594cc5459c8e57d664d878ed396ab49f366ce7aea958d77a88/log" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e94c400", + "size_off": 0, + "node": 3255450769, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb49cb8000", + "size_off": 0, + "node": 3255450232, + "name": "/run/containerd/s/546b4d2dd8871c8487e1b3be03b5a1d380b701d7674909660a594e65859aa18c type=STREAM" + }, + { + "command": "container", + "pid": 2081834, + "tid": 2081868, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bfbcc18cc0", + "size_off": 0, + "node": 3255450369, + "name": "type=STREAM" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 80931, + "name": "/var/spool/cron" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 51792, + "node": 2651, + "name": "/usr/sbin/cron" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56526, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56532, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56535, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56525, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56530, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56529, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56533, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56531, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56524, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56534, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56528, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 13387, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56527, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b0000", + "size_off": 0, + "node": 3630725642, + "name": "type=STREAM" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b0000", + "size_off": 0, + "node": 3630725642, + "name": "type=STREAM" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3uW", + "type": "REG", + "device": "0,26", + "size_off": 8, + "node": 1088, + "name": "/run/crond.pid" + }, + { + "command": "cron", + "pid": 2082137, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb42c74840", + "size_off": 0, + "node": 3630723623, + "name": "type=DGRAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 162176, + "node": 17622, + "name": "/usr/lib/systemd/systemd-journald" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 8388608, + "node": 310445, + "name": "/var/log/journal/e4635c0b626f544c828f980f6323849a/user-1000.journal" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 8388608, + "node": 316569, + "name": "/var/log/journal/e4635c0b626f544c828f980f6323849a/user-1000@a544d389be864b44a585da1e47a7ef7f-000000000801a3e3-00061a39d1c10693.journal" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 8388608, + "node": 310443, + "name": "/var/log/journal/e4635c0b626f544c828f980f6323849a/system.journal" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "0,26", + "size_off": 8, + "node": 380, + "name": "/run/systemd/journal/kernel-seqnum" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 12913, + "name": "AUDIT" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb4b7ac840", + "size_off": 0, + "node": 12914, + "name": "/run/systemd/journal/dev-log type=DGRAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb4b7ab300", + "size_off": 0, + "node": 12916, + "name": "/run/systemd/journal/socket type=DGRAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb4b7acc80", + "size_off": 0, + "node": 12918, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bc98c5f700", + "size_off": 0, + "node": 3323937894, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb9b0b50c0", + "size_off": 0, + "node": 3630725683, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb49388000", + "size_off": 0, + "node": 3630725694, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb9b0b0880", + "size_off": 0, + "node": 3630727479, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb93aa0880", + "size_off": 0, + "node": 138021136, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12u", + "type": "unix", + "device": "0xffff88bb70c69540", + "size_off": 0, + "node": 3287002497, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "unix", + "device": "0xffff88bb9b0b6600", + "size_off": 0, + "node": 3630725663, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb483fb300", + "size_off": 0, + "node": 138021107, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bc98c5ee80", + "size_off": 0, + "node": 3630725674, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16u", + "type": "unix", + "device": "0xffff88bb483fbfc0", + "size_off": 0, + "node": 138024326, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "unix", + "device": "0xffff88bb483f8880", + "size_off": 0, + "node": 138021052, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18u", + "type": "unix", + "device": "0xffff88bb93aa0cc0", + "size_off": 0, + "node": 138023011, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4b7b1dc0", + "size_off": 0, + "node": 22840, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb4b7ad500", + "size_off": 0, + "node": 15201, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb4d5c6e80", + "size_off": 0, + "node": 22753, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb49cbaa80", + "size_off": 0, + "node": 23593, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "23u", + "type": "unix", + "device": "0xffff88bb4938f700", + "size_off": 0, + "node": 23572, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb4b7b0cc0", + "size_off": 0, + "node": 24077, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "25u", + "type": "unix", + "device": "0xffff88bb4d5c1100", + "size_off": 0, + "node": 33881, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "26u", + "type": "unix", + "device": "0xffff88bb9b0b2200", + "size_off": 0, + "node": 204224432, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "27u", + "type": "unix", + "device": "0xffff88bd0bfcd940", + "size_off": 0, + "node": 3286998876, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "28w", + "type": "CHR", + "device": "1,11", + "size_off": 0, + "node": 11, + "name": "/dev/kmsg" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "29u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "30u", + "type": "CHR", + "device": "1,11", + "size_off": 0, + "node": 11, + "name": "/dev/kmsg" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "31u", + "type": "unix", + "device": "0xffff88bb6d898880", + "size_off": 0, + "node": 3630729251, + "name": "/run/systemd/journal/io.systemd.journal type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "32r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 14693, + "name": "/proc/sys/kernel/hostname" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "33u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "34u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "35u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "36u", + "type": "unix", + "device": "0xffff88bb6d899980", + "size_off": 0, + "node": 3630729252, + "name": "type=DGRAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "37u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "38u", + "type": "unix", + "device": "0xffff88bf092972c0", + "size_off": 0, + "node": 1690419284, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "40u", + "type": "REG", + "device": "252,1", + "size_off": 8388608, + "node": 310443, + "name": "/var/log/journal/e4635c0b626f544c828f980f6323849a/system.journal" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "41u", + "type": "unix", + "device": "0xffff88bbefca9dc0", + "size_off": 0, + "node": 3630729273, + "name": "/run/systemd/journal/stdout type=STREAM" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "42u", + "type": "REG", + "device": "252,1", + "size_off": 8388608, + "node": 316569, + "name": "/var/log/journal/e4635c0b626f544c828f980f6323849a/user-1000@a544d389be864b44a585da1e47a7ef7f-000000000801a3e3-00061a39d1c10693.journal" + }, + { + "command": "systemd-j", + "pid": 2082139, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "43u", + "type": "REG", + "device": "252,1", + "size_off": 8388608, + "node": 310445, + "name": "/var/log/journal/e4635c0b626f544c828f980f6323849a/user-1000.journal" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 301576, + "node": 69155, + "name": "/usr/libexec/packagekitd" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 29476472, + "node": 4869, + "name": "/usr/lib/x86_64-linux-gnu/libicudata.so.70.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11055, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137560, + "node": 5680, + "name": "/usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 105392, + "node": 22960, + "name": "/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 92312, + "node": 4823, + "name": "/usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1285888, + "node": 4819, + "name": "/usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 526896, + "node": 3653, + "name": "/usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 289800, + "node": 4094, + "name": "/usr/lib/x86_64-linux-gnu/libhogweed.so.6.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1743016, + "node": 4825, + "name": "/usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2062664, + "node": 4874, + "name": "/usr/lib/x86_64-linux-gnu/libicuuc.so.70.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51512, + "node": 5681, + "name": "/usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63992, + "node": 13976, + "name": "/usr/lib/x86_64-linux-gnu/liblber-2.5.so.0.1.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 376512, + "node": 15737, + "name": "/usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 53606, + "name": "/usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 281000, + "node": 4817, + "name": "/usr/lib/x86_64-linux-gnu/libnettle.so.8.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 75768, + "node": 4942, + "name": "/usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 441944, + "node": 53603, + "name": "/usr/lib/x86_64-linux-gnu/libssh.so.4.8.7" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 121864, + "node": 5700, + "name": "/usr/lib/x86_64-linux-gnu/librtmp.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129096, + "node": 4809, + "name": "/usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 21789, + "name": "/usr/lib/x86_64-linux-gnu/libnghttp2.so.14.20.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 117400, + "node": 4849, + "name": "/usr/lib/x86_64-linux-gnu/libelf-0.186.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 825848, + "node": 5733, + "name": "/usr/lib/x86_64-linux-gnu/libstemmer.so.0d.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129240, + "node": 4910, + "name": "/usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6601, + "name": "/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.13" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 13166, + "name": "/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.7.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170056, + "node": 5757, + "name": "/usr/lib/x86_64-linux-gnu/libxmlb.so.2.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 700800, + "node": 5912, + "name": "/usr/lib/x86_64-linux-gnu/libdw-0.186.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63744, + "node": 23394, + "name": "/usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80080, + "node": 4908, + "name": "/usr/lib/x86_64-linux-gnu/libxxhash.so.0.8.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 74848, + "node": 3680, + "name": "/usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 531656, + "node": 5738, + "name": "/usr/lib/x86_64-linux-gnu/libappstream.so.0.15.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1371192, + "node": 18807, + "name": "/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.2003.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1842624, + "node": 5553, + "name": "/usr/lib/x86_64-linux-gnu/libapt-pkg.so.6.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 358272, + "node": 6009, + "name": "/usr/lib/x86_64-linux-gnu/packagekit-backend/libpk_backend_aptcc.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56526, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56532, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56535, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56525, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56530, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56529, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56533, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56531, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56524, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56534, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56528, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 13387, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1358520, + "node": 52801, + "name": "/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 418280, + "node": 5890, + "name": "/usr/lib/x86_64-linux-gnu/libpackagekit-glib2.so.18.1.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56527, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5cc80", + "size_off": 0, + "node": 3630721619, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5cc80", + "size_off": 0, + "node": 3630721619, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c5fb40", + "size_off": 0, + "node": 3630721622, + "name": "type=DGRAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630721625, + "name": "ROUTE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb49389dc0", + "size_off": 0, + "node": 3630722535, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 72052, + "name": "/var/lib/PackageKit/transactions.db" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 301576, + "node": 69155, + "name": "/usr/libexec/packagekitd" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 29476472, + "node": 4869, + "name": "/usr/lib/x86_64-linux-gnu/libicudata.so.70.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11055, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137560, + "node": 5680, + "name": "/usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 105392, + "node": 22960, + "name": "/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 92312, + "node": 4823, + "name": "/usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1285888, + "node": 4819, + "name": "/usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 526896, + "node": 3653, + "name": "/usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 289800, + "node": 4094, + "name": "/usr/lib/x86_64-linux-gnu/libhogweed.so.6.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1743016, + "node": 4825, + "name": "/usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2062664, + "node": 4874, + "name": "/usr/lib/x86_64-linux-gnu/libicuuc.so.70.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51512, + "node": 5681, + "name": "/usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63992, + "node": 13976, + "name": "/usr/lib/x86_64-linux-gnu/liblber-2.5.so.0.1.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 376512, + "node": 15737, + "name": "/usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 53606, + "name": "/usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 281000, + "node": 4817, + "name": "/usr/lib/x86_64-linux-gnu/libnettle.so.8.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 75768, + "node": 4942, + "name": "/usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 441944, + "node": 53603, + "name": "/usr/lib/x86_64-linux-gnu/libssh.so.4.8.7" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 121864, + "node": 5700, + "name": "/usr/lib/x86_64-linux-gnu/librtmp.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129096, + "node": 4809, + "name": "/usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 21789, + "name": "/usr/lib/x86_64-linux-gnu/libnghttp2.so.14.20.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 117400, + "node": 4849, + "name": "/usr/lib/x86_64-linux-gnu/libelf-0.186.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 825848, + "node": 5733, + "name": "/usr/lib/x86_64-linux-gnu/libstemmer.so.0d.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129240, + "node": 4910, + "name": "/usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6601, + "name": "/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.13" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 13166, + "name": "/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.7.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170056, + "node": 5757, + "name": "/usr/lib/x86_64-linux-gnu/libxmlb.so.2.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 700800, + "node": 5912, + "name": "/usr/lib/x86_64-linux-gnu/libdw-0.186.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63744, + "node": 23394, + "name": "/usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80080, + "node": 4908, + "name": "/usr/lib/x86_64-linux-gnu/libxxhash.so.0.8.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 74848, + "node": 3680, + "name": "/usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 531656, + "node": 5738, + "name": "/usr/lib/x86_64-linux-gnu/libappstream.so.0.15.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1371192, + "node": 18807, + "name": "/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.2003.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1842624, + "node": 5553, + "name": "/usr/lib/x86_64-linux-gnu/libapt-pkg.so.6.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 358272, + "node": 6009, + "name": "/usr/lib/x86_64-linux-gnu/packagekit-backend/libpk_backend_aptcc.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56526, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56532, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56535, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56525, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56530, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56529, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56533, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56531, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56524, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56534, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56528, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 13387, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1358520, + "node": 52801, + "name": "/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 418280, + "node": 5890, + "name": "/usr/lib/x86_64-linux-gnu/libpackagekit-glib2.so.18.1.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56527, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5cc80", + "size_off": 0, + "node": 3630721619, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5cc80", + "size_off": 0, + "node": 3630721619, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c5fb40", + "size_off": 0, + "node": 3630721622, + "name": "type=DGRAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "5u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630721625, + "name": "ROUTE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb49389dc0", + "size_off": 0, + "node": 3630722535, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082142, + "taskcmd": "gmain", + "user": "root", + "fd": "10u", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 72052, + "name": "/var/lib/PackageKit/transactions.db" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 301576, + "node": 69155, + "name": "/usr/libexec/packagekitd" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 29476472, + "node": 4869, + "name": "/usr/lib/x86_64-linux-gnu/libicudata.so.70.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11055, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 137560, + "node": 5680, + "name": "/usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 105392, + "node": 22960, + "name": "/usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 92312, + "node": 4823, + "name": "/usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1285888, + "node": 4819, + "name": "/usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 526896, + "node": 3653, + "name": "/usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 289800, + "node": 4094, + "name": "/usr/lib/x86_64-linux-gnu/libhogweed.so.6.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1743016, + "node": 4825, + "name": "/usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2062664, + "node": 4874, + "name": "/usr/lib/x86_64-linux-gnu/libicuuc.so.70.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51512, + "node": 5681, + "name": "/usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63992, + "node": 13976, + "name": "/usr/lib/x86_64-linux-gnu/liblber-2.5.so.0.1.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 376512, + "node": 15737, + "name": "/usr/lib/x86_64-linux-gnu/libldap-2.5.so.0.1.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 53606, + "name": "/usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 281000, + "node": 4817, + "name": "/usr/lib/x86_64-linux-gnu/libnettle.so.8.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 75768, + "node": 4942, + "name": "/usr/lib/x86_64-linux-gnu/libpsl.so.5.3.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 441944, + "node": 53603, + "name": "/usr/lib/x86_64-linux-gnu/libssh.so.4.8.7" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 121864, + "node": 5700, + "name": "/usr/lib/x86_64-linux-gnu/librtmp.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129096, + "node": 4809, + "name": "/usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 21789, + "name": "/usr/lib/x86_64-linux-gnu/libnghttp2.so.14.20.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 117400, + "node": 4849, + "name": "/usr/lib/x86_64-linux-gnu/libelf-0.186.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 825848, + "node": 5733, + "name": "/usr/lib/x86_64-linux-gnu/libstemmer.so.0d.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129240, + "node": 4910, + "name": "/usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 6601, + "name": "/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.13" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 13166, + "name": "/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.7.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170056, + "node": 5757, + "name": "/usr/lib/x86_64-linux-gnu/libxmlb.so.2.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 700800, + "node": 5912, + "name": "/usr/lib/x86_64-linux-gnu/libdw-0.186.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 63744, + "node": 23394, + "name": "/usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 80080, + "node": 4908, + "name": "/usr/lib/x86_64-linux-gnu/libxxhash.so.0.8.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 74848, + "node": 3680, + "name": "/usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 531656, + "node": 5738, + "name": "/usr/lib/x86_64-linux-gnu/libappstream.so.0.15.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1371192, + "node": 18807, + "name": "/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.2003.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1842624, + "node": 5553, + "name": "/usr/lib/x86_64-linux-gnu/libapt-pkg.so.6.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 358272, + "node": 6009, + "name": "/usr/lib/x86_64-linux-gnu/packagekit-backend/libpk_backend_aptcc.so" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56526, + "name": "/usr/lib/locale/C.utf8/LC_CTYPE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56532, + "name": "/usr/lib/locale/C.utf8/LC_NUMERIC" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56535, + "name": "/usr/lib/locale/C.utf8/LC_TIME" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56525, + "name": "/usr/lib/locale/C.utf8/LC_COLLATE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56530, + "name": "/usr/lib/locale/C.utf8/LC_MONETARY" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56529, + "name": "/usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56533, + "name": "/usr/lib/locale/C.utf8/LC_PAPER" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56531, + "name": "/usr/lib/locale/C.utf8/LC_NAME" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56524, + "name": "/usr/lib/locale/C.utf8/LC_ADDRESS" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56534, + "name": "/usr/lib/locale/C.utf8/LC_TELEPHONE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56528, + "name": "/usr/lib/locale/C.utf8/LC_MEASUREMENT" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 13387, + "name": "/usr/lib/locale/locale-archive" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1358520, + "node": 52801, + "name": "/usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 418280, + "node": 5890, + "name": "/usr/lib/x86_64-linux-gnu/libpackagekit-glib2.so.18.1.3" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56527, + "name": "/usr/lib/locale/C.utf8/LC_IDENTIFICATION" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c5cc80", + "size_off": 0, + "node": 3630721619, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5cc80", + "size_off": 0, + "node": 3630721619, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c5fb40", + "size_off": 0, + "node": 3630721622, + "name": "type=DGRAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "5u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630721625, + "name": "ROUTE" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "7r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb49389dc0", + "size_off": 0, + "node": 3630722535, + "name": "type=STREAM" + }, + { + "command": "packageki", + "pid": 2082140, + "tid": 2082143, + "taskcmd": "gdbus", + "user": "root", + "fd": "10u", + "type": "REG", + "device": "252,1", + "size_off": 32768, + "node": 72052, + "name": "/var/lib/PackageKit/transactions.db" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 921288, + "node": 53702, + "name": "/usr/sbin/sshd" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182912, + "node": 1862, + "name": "/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11055, + "name": "/usr/lib/x86_64-linux-gnu/libresolv.so.2" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 3661, + "name": "/usr/lib/x86_64-linux-gnu/libkeyutils.so.1.9" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 52016, + "node": 39240, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 182864, + "node": 40335, + "name": "/usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 93280, + "node": 3985, + "name": "/usr/lib/x86_64-linux-gnu/libnsl.so.2.0.1" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 18504, + "node": 3964, + "name": "/usr/lib/x86_64-linux-gnu/libcom_err.so.2.1" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 827936, + "node": 40316, + "name": "/usr/lib/x86_64-linux-gnu/libkrb5.so.3.3" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 338648, + "node": 40328, + "name": "/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 44872, + "node": 4955, + "name": "/usr/lib/x86_64-linux-gnu/libwrap.so.0.7.6" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b4c80", + "size_off": 0, + "node": 3630725648, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b4c80", + "size_off": 0, + "node": 3630725648, + "name": "type=STREAM" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "IPv4", + "device": "3630725657", + "size_off": 0, + "node": null, + "name": "*:ssh (LISTEN)" + }, + { + "command": "sshd", + "pid": 2082141, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "3630725659", + "size_off": 0, + "node": null, + "name": "*:ssh (LISTEN)" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 515216, + "node": 69159, + "name": "/usr/libexec/udisks2/udisksd" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 88136, + "node": 5894, + "name": "/usr/lib/x86_64-linux-gnu/libparted-fs-resize.so.0.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 5898, + "name": "/usr/lib/x86_64-linux-gnu/libbd_fs.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 393856, + "node": 5672, + "name": "/usr/lib/x86_64-linux-gnu/libparted.so.2.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14400, + "node": 5892, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part_err.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43080, + "node": 5906, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 84288, + "node": 5703, + "name": "/usr/lib/x86_64-linux-gnu/libassuan.so.0.8.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 343584, + "node": 22693, + "name": "/usr/lib/x86_64-linux-gnu/libgpgme.so.11.25.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5766, + "name": "/usr/lib/x86_64-linux-gnu/libnspr4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5768, + "name": "/usr/lib/x86_64-linux-gnu/libplds4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5767, + "name": "/usr/lib/x86_64-linux-gnu/libplc4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4903, + "name": "/usr/lib/x86_64-linux-gnu/libnssutil3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 72080, + "node": 2539, + "name": "/usr/lib/x86_64-linux-gnu/libjson-c.so.5.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35000, + "node": 4082, + "name": "/usr/lib/x86_64-linux-gnu/libargon2.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 100424, + "node": 5805, + "name": "/usr/lib/x86_64-linux-gnu/libvolume_key.so.1.2.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5490, + "name": "/usr/lib/x86_64-linux-gnu/libsmime3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4842, + "name": "/usr/lib/x86_64-linux-gnu/libnss3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 484720, + "node": 17385, + "name": "/usr/lib/x86_64-linux-gnu/libcryptsetup.so.12.7.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51192, + "node": 5815, + "name": "/usr/lib/x86_64-linux-gnu/libbd_crypto.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 5902, + "name": "/usr/lib/x86_64-linux-gnu/libbd_loop.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 5908, + "name": "/usr/lib/x86_64-linux-gnu/libbd_swap.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 768072, + "node": 5943, + "name": "/usr/lib/x86_64-linux-gnu/libudisks2.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59856, + "node": 5748, + "name": "/usr/lib/x86_64-linux-gnu/libatasmart.so.4.0.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38976, + "node": 5756, + "name": "/usr/lib/x86_64-linux-gnu/libbd_utils.so.2.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 193344, + "node": 5910, + "name": "/usr/lib/x86_64-linux-gnu/libblockdev.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51272, + "node": 5752, + "name": "/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938a200", + "size_off": 0, + "node": 3630722540, + "name": "type=DGRAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bc0e949540", + "size_off": 0, + "node": 3630728431, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532073, + "name": "/proc/swaps" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630722560, + "name": "KOBJECT_UEVENT" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 515216, + "node": 69159, + "name": "/usr/libexec/udisks2/udisksd" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 88136, + "node": 5894, + "name": "/usr/lib/x86_64-linux-gnu/libparted-fs-resize.so.0.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 5898, + "name": "/usr/lib/x86_64-linux-gnu/libbd_fs.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 393856, + "node": 5672, + "name": "/usr/lib/x86_64-linux-gnu/libparted.so.2.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14400, + "node": 5892, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part_err.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43080, + "node": 5906, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 84288, + "node": 5703, + "name": "/usr/lib/x86_64-linux-gnu/libassuan.so.0.8.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 343584, + "node": 22693, + "name": "/usr/lib/x86_64-linux-gnu/libgpgme.so.11.25.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5766, + "name": "/usr/lib/x86_64-linux-gnu/libnspr4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5768, + "name": "/usr/lib/x86_64-linux-gnu/libplds4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5767, + "name": "/usr/lib/x86_64-linux-gnu/libplc4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4903, + "name": "/usr/lib/x86_64-linux-gnu/libnssutil3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 72080, + "node": 2539, + "name": "/usr/lib/x86_64-linux-gnu/libjson-c.so.5.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35000, + "node": 4082, + "name": "/usr/lib/x86_64-linux-gnu/libargon2.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 100424, + "node": 5805, + "name": "/usr/lib/x86_64-linux-gnu/libvolume_key.so.1.2.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5490, + "name": "/usr/lib/x86_64-linux-gnu/libsmime3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4842, + "name": "/usr/lib/x86_64-linux-gnu/libnss3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 484720, + "node": 17385, + "name": "/usr/lib/x86_64-linux-gnu/libcryptsetup.so.12.7.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51192, + "node": 5815, + "name": "/usr/lib/x86_64-linux-gnu/libbd_crypto.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 5902, + "name": "/usr/lib/x86_64-linux-gnu/libbd_loop.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 5908, + "name": "/usr/lib/x86_64-linux-gnu/libbd_swap.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 768072, + "node": 5943, + "name": "/usr/lib/x86_64-linux-gnu/libudisks2.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59856, + "node": 5748, + "name": "/usr/lib/x86_64-linux-gnu/libatasmart.so.4.0.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38976, + "node": 5756, + "name": "/usr/lib/x86_64-linux-gnu/libbd_utils.so.2.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 193344, + "node": 5910, + "name": "/usr/lib/x86_64-linux-gnu/libblockdev.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51272, + "node": 5752, + "name": "/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938a200", + "size_off": 0, + "node": 3630722540, + "name": "type=DGRAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bc0e949540", + "size_off": 0, + "node": 3630728431, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "8r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "9r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532073, + "name": "/proc/swaps" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "10r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "12r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630722560, + "name": "KOBJECT_UEVENT" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "14r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082151, + "taskcmd": "gmain", + "user": "root", + "fd": "15u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 515216, + "node": 69159, + "name": "/usr/libexec/udisks2/udisksd" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 88136, + "node": 5894, + "name": "/usr/lib/x86_64-linux-gnu/libparted-fs-resize.so.0.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 5898, + "name": "/usr/lib/x86_64-linux-gnu/libbd_fs.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 393856, + "node": 5672, + "name": "/usr/lib/x86_64-linux-gnu/libparted.so.2.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14400, + "node": 5892, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part_err.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43080, + "node": 5906, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 84288, + "node": 5703, + "name": "/usr/lib/x86_64-linux-gnu/libassuan.so.0.8.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 343584, + "node": 22693, + "name": "/usr/lib/x86_64-linux-gnu/libgpgme.so.11.25.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5766, + "name": "/usr/lib/x86_64-linux-gnu/libnspr4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5768, + "name": "/usr/lib/x86_64-linux-gnu/libplds4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5767, + "name": "/usr/lib/x86_64-linux-gnu/libplc4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4903, + "name": "/usr/lib/x86_64-linux-gnu/libnssutil3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 72080, + "node": 2539, + "name": "/usr/lib/x86_64-linux-gnu/libjson-c.so.5.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35000, + "node": 4082, + "name": "/usr/lib/x86_64-linux-gnu/libargon2.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 100424, + "node": 5805, + "name": "/usr/lib/x86_64-linux-gnu/libvolume_key.so.1.2.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5490, + "name": "/usr/lib/x86_64-linux-gnu/libsmime3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4842, + "name": "/usr/lib/x86_64-linux-gnu/libnss3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 484720, + "node": 17385, + "name": "/usr/lib/x86_64-linux-gnu/libcryptsetup.so.12.7.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51192, + "node": 5815, + "name": "/usr/lib/x86_64-linux-gnu/libbd_crypto.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 5902, + "name": "/usr/lib/x86_64-linux-gnu/libbd_loop.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 5908, + "name": "/usr/lib/x86_64-linux-gnu/libbd_swap.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 768072, + "node": 5943, + "name": "/usr/lib/x86_64-linux-gnu/libudisks2.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59856, + "node": 5748, + "name": "/usr/lib/x86_64-linux-gnu/libatasmart.so.4.0.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38976, + "node": 5756, + "name": "/usr/lib/x86_64-linux-gnu/libbd_utils.so.2.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 193344, + "node": 5910, + "name": "/usr/lib/x86_64-linux-gnu/libblockdev.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51272, + "node": 5752, + "name": "/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938a200", + "size_off": 0, + "node": 3630722540, + "name": "type=DGRAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bc0e949540", + "size_off": 0, + "node": 3630728431, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "8r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "9r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532073, + "name": "/proc/swaps" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "10r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "12r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630722560, + "name": "KOBJECT_UEVENT" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "14r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082153, + "taskcmd": "gdbus", + "user": "root", + "fd": "15u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 515216, + "node": 69159, + "name": "/usr/libexec/udisks2/udisksd" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 88136, + "node": 5894, + "name": "/usr/lib/x86_64-linux-gnu/libparted-fs-resize.so.0.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 5898, + "name": "/usr/lib/x86_64-linux-gnu/libbd_fs.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 393856, + "node": 5672, + "name": "/usr/lib/x86_64-linux-gnu/libparted.so.2.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14400, + "node": 5892, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part_err.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43080, + "node": 5906, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 84288, + "node": 5703, + "name": "/usr/lib/x86_64-linux-gnu/libassuan.so.0.8.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 343584, + "node": 22693, + "name": "/usr/lib/x86_64-linux-gnu/libgpgme.so.11.25.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5766, + "name": "/usr/lib/x86_64-linux-gnu/libnspr4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5768, + "name": "/usr/lib/x86_64-linux-gnu/libplds4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5767, + "name": "/usr/lib/x86_64-linux-gnu/libplc4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4903, + "name": "/usr/lib/x86_64-linux-gnu/libnssutil3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 72080, + "node": 2539, + "name": "/usr/lib/x86_64-linux-gnu/libjson-c.so.5.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35000, + "node": 4082, + "name": "/usr/lib/x86_64-linux-gnu/libargon2.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 100424, + "node": 5805, + "name": "/usr/lib/x86_64-linux-gnu/libvolume_key.so.1.2.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5490, + "name": "/usr/lib/x86_64-linux-gnu/libsmime3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4842, + "name": "/usr/lib/x86_64-linux-gnu/libnss3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 484720, + "node": 17385, + "name": "/usr/lib/x86_64-linux-gnu/libcryptsetup.so.12.7.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51192, + "node": 5815, + "name": "/usr/lib/x86_64-linux-gnu/libbd_crypto.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 5902, + "name": "/usr/lib/x86_64-linux-gnu/libbd_loop.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 5908, + "name": "/usr/lib/x86_64-linux-gnu/libbd_swap.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 768072, + "node": 5943, + "name": "/usr/lib/x86_64-linux-gnu/libudisks2.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59856, + "node": 5748, + "name": "/usr/lib/x86_64-linux-gnu/libatasmart.so.4.0.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38976, + "node": 5756, + "name": "/usr/lib/x86_64-linux-gnu/libbd_utils.so.2.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 193344, + "node": 5910, + "name": "/usr/lib/x86_64-linux-gnu/libblockdev.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51272, + "node": 5752, + "name": "/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938a200", + "size_off": 0, + "node": 3630722540, + "name": "type=DGRAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bc0e949540", + "size_off": 0, + "node": 3630728431, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "8r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "9r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532073, + "name": "/proc/swaps" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "10r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "12r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630722560, + "name": "KOBJECT_UEVENT" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "14r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082158, + "taskcmd": "probing-t", + "user": "root", + "fd": "15u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 515216, + "node": 69159, + "name": "/usr/libexec/udisks2/udisksd" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 88136, + "node": 5894, + "name": "/usr/lib/x86_64-linux-gnu/libparted-fs-resize.so.0.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59464, + "node": 5898, + "name": "/usr/lib/x86_64-linux-gnu/libbd_fs.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 393856, + "node": 5672, + "name": "/usr/lib/x86_64-linux-gnu/libparted.so.2.0.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14400, + "node": 5892, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part_err.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43080, + "node": 5906, + "name": "/usr/lib/x86_64-linux-gnu/libbd_part.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 84288, + "node": 5703, + "name": "/usr/lib/x86_64-linux-gnu/libassuan.so.0.8.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 343584, + "node": 22693, + "name": "/usr/lib/x86_64-linux-gnu/libgpgme.so.11.25.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5766, + "name": "/usr/lib/x86_64-linux-gnu/libnspr4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5768, + "name": "/usr/lib/x86_64-linux-gnu/libplds4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5767, + "name": "/usr/lib/x86_64-linux-gnu/libplc4.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4903, + "name": "/usr/lib/x86_64-linux-gnu/libnssutil3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 72080, + "node": 2539, + "name": "/usr/lib/x86_64-linux-gnu/libjson-c.so.5.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35000, + "node": 4082, + "name": "/usr/lib/x86_64-linux-gnu/libargon2.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 438864, + "node": 4087, + "name": "/usr/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 100424, + "node": 5805, + "name": "/usr/lib/x86_64-linux-gnu/libvolume_key.so.1.2.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 5490, + "name": "/usr/lib/x86_64-linux-gnu/libsmime3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4842, + "name": "/usr/lib/x86_64-linux-gnu/libnss3.so" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 484720, + "node": 17385, + "name": "/usr/lib/x86_64-linux-gnu/libcryptsetup.so.12.7.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51192, + "node": 5815, + "name": "/usr/lib/x86_64-linux-gnu/libbd_crypto.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14328, + "node": 5902, + "name": "/usr/lib/x86_64-linux-gnu/libbd_loop.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 22600, + "node": 5908, + "name": "/usr/lib/x86_64-linux-gnu/libbd_swap.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 477296, + "node": 3629, + "name": "/usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166240, + "node": 1997, + "name": "/usr/lib/x86_64-linux-gnu/libudev.so.1.7.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7171, + "name": "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7173, + "name": "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7170, + "name": "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 768072, + "node": 5943, + "name": "/usr/lib/x86_64-linux-gnu/libudisks2.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 807936, + "node": 3738, + "name": "/usr/lib/x86_64-linux-gnu/libsystemd.so.0.32.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 126472, + "node": 5718, + "name": "/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 4076, + "name": "/usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 59856, + "node": 5748, + "name": "/usr/lib/x86_64-linux-gnu/libatasmart.so.4.0.5" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 38976, + "node": 5756, + "name": "/usr/lib/x86_64-linux-gnu/libbd_utils.so.2.1.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 193344, + "node": 5910, + "name": "/usr/lib/x86_64-linux-gnu/libblockdev.so.2.0.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 51272, + "node": 5752, + "name": "/usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0.3.0" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 7172, + "name": "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.7200.4" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 56860, + "name": "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb49388880", + "size_off": 0, + "node": 3630722537, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4938a200", + "size_off": 0, + "node": 3630722540, + "name": "type=DGRAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bc0e949540", + "size_off": 0, + "node": 3630728431, + "name": "type=STREAM" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "8r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "9r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 4026532073, + "name": "/proc/swaps" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "10r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "12r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "13u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630722560, + "name": "KOBJECT_UEVENT" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "14r", + "type": "REG", + "device": "0,24", + "size_off": 0, + "node": 3630722557, + "name": "/proc/2082150/mountinfo" + }, + { + "command": "udisksd", + "pid": 2082150, + "tid": 2082163, + "taskcmd": "cleanup", + "user": "root", + "fd": "15u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1131856, + "node": 10361, + "name": "/usr/bin/udevadm" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 12907, + "node": 544373, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.bin" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 357877, + "node": 544372, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.symbols.bin" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 163200, + "node": 536478, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.alias.bin" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 131657, + "node": 536475, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.dep.bin" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 26385, + "node": 544374, + "name": "/usr/lib/modules/5.15.0-91-generic/modules.builtin.alias.bin" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb9b0b2a80", + "size_off": 0, + "node": 3630725705, + "name": "type=STREAM" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 12923, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb4b7a9dc0", + "size_off": 0, + "node": 12921, + "name": "/run/udev/control type=SEQPACKET" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "unix", + "device": "0xffff88bb9b0b72c0", + "size_off": 0, + "node": 3630725713, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "unix", + "device": "0xffff88bb9b0b3b80", + "size_off": 0, + "node": 3630725717, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb9b0b2ec0", + "size_off": 0, + "node": 3630725718, + "name": "type=DGRAM" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "REG", + "device": "252,1", + "size_off": 11124932, + "node": 3829, + "name": "/usr/lib/udev/hwdb.bin" + }, + { + "command": "systemd-u", + "pid": 2082157, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 489904, + "node": 17635, + "name": "/usr/lib/systemd/systemd-resolved" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 47688, + "node": 4090, + "name": "/usr/lib/x86_64-linux-gnu/libffi.so.8.1.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 526896, + "node": 3653, + "name": "/usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 289800, + "node": 4094, + "name": "/usr/lib/x86_64-linux-gnu/libhogweed.so.6.4" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 281000, + "node": 4817, + "name": "/usr/lib/x86_64-linux-gnu/libnettle.so.8.4" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 92312, + "node": 4823, + "name": "/usr/lib/x86_64-linux-gnu/libtasn1.so.6.6.2" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1743016, + "node": 4825, + "name": "/usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 129096, + "node": 4809, + "name": "/usr/lib/x86_64-linux-gnu/libidn2.so.0.3.7" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1285888, + "node": 4819, + "name": "/usr/lib/x86_64-linux-gnu/libp11-kit.so.0.3.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 15912, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3968, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 3678, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11033, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 53606, + "name": "/usr/lib/x86_64-linux-gnu/libgnutls.so.30.31.0" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11036, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 11028, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "1u", + "type": "unix", + "device": "0xffff88bbefcaaa80", + "size_off": 0, + "node": 3630726583, + "name": "type=STREAM" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "2u", + "type": "unix", + "device": "0xffff88bbefcaaa80", + "size_off": 0, + "node": 3630726583, + "name": "type=STREAM" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad0c0", + "size_off": 0, + "node": 3630726597, + "name": "type=DGRAM" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "7r", + "type": "REG", + "device": "0,42", + "size_off": 0, + "node": 3630726601, + "name": "/proc/sys/kernel/hostname" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "8r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "9u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3630726602, + "name": "ROUTE" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "11u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "12u", + "type": "unix", + "device": "0xffff88bbefcaf700", + "size_off": 0, + "node": 3630726603, + "name": "type=STREAM" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "13u", + "type": "IPv4", + "device": "3630726604", + "size_off": 0, + "node": null, + "name": "localhost:domain" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "14u", + "type": "IPv4", + "device": "3630726605", + "size_off": 0, + "node": null, + "name": "localhost:domain (LISTEN)" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "15u", + "type": "unix", + "device": "0xffff88bbefcabb80", + "size_off": 0, + "node": 3630726606, + "name": "/run/systemd/resolve/io.systemd.Resolve type=STREAM" + }, + { + "command": "systemd-r", + "pid": 2082166, + "tid": null, + "taskcmd": null, + "user": "systemd-resolve", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 1118126, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082503, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082504, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082505, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082506, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082507, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082508, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082509, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082510, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2082511, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428327, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb88771100", + "size_off": 0, + "node": 3256506951, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3256487540, + "name": "pipe" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428331, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/add952c8b6c8942d6fb0ea52e1b57fb2935a749358cdf378356b76c4acd656ff/log" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c61540", + "size_off": 0, + "node": 3256405199, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "container", + "pid": 2082502, + "tid": 2258655, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb96275d80", + "size_off": 0, + "node": 3256487542, + "name": "/run/containerd/s/2225282bf89024368f29b1012ec6cb40580ec57c795502207a028c76fb75c7f7 type=STREAM" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "3276728191", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "3276728191", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083644, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "3276728191", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083645, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "3276728191", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083646, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "3276728191", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083648, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "3276728191", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083650, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv4", + "device": "3276728191", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083642, + "tid": 2083651, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3276728192, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "3280414494", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "3280414494", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083654, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "3280414494", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083655, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "3280414494", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083657, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "3280414494", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083658, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 2174155, + "node": 6735, + "name": "/usr/bin/docker-proxy" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "2w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "4u", + "type": "IPv6", + "device": "3280414494", + "size_off": 0, + "node": null, + "name": "*:36031 (LISTEN)" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "docker-pr", + "pid": 2083649, + "tid": 2083659, + "taskcmd": "docker-pr", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3280414495, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 1389027, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083682, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083683, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083684, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083685, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083686, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083687, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083688, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083689, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2083694, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 123428718, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3277698334, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 123428722, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/97b7b91d298d2e1c3eaba645563b7ad0de398301cc06ac55b2d2732c0905dea3/log" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88c1d3052640", + "size_off": 0, + "node": 3277698329, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb48ee0440", + "size_off": 0, + "node": 3274538570, + "name": "/run/containerd/s/f9e6c5334d456e7ec1df6e0c6b08a4670ed8bf7a0d4f040e12198e9cb2b5b019 type=STREAM" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "12r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566078, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3284566079, + "name": "pipe" + }, + { + "command": "container", + "pid": 2083681, + "tid": 2334014, + "taskcmd": "container", + "user": "root", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb42c72ec0", + "size_off": 0, + "node": 3286861938, + "name": "type=STREAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 55520, + "node": 5787, + "name": "/usr/lib/systemd/systemd-timesyncd" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 273064, + "node": 29898, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 220208, + "node": 3130, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40585, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd0bfc8440", + "size_off": 0, + "node": 3287000280, + "name": "type=STREAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd0bfc8440", + "size_off": 0, + "node": 3287000280, + "name": "type=STREAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8000", + "size_off": 0, + "node": 3286998928, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb673aee80", + "size_off": 0, + "node": 3286998932, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb673aea40", + "size_off": 0, + "node": 3286998933, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb673aa200", + "size_off": 0, + "node": 3286998934, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673a9540", + "size_off": 0, + "node": 3286998935, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "11r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "12u", + "type": "unix", + "device": "0xffff88bb673ac840", + "size_off": 0, + "node": 3286998936, + "name": "type=STREAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": null, + "taskcmd": null, + "user": "systemd-timesync", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 55520, + "node": 5787, + "name": "/usr/lib/systemd/systemd-timesyncd" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 273064, + "node": 29898, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 220208, + "node": 3130, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40585, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd0bfc8440", + "size_off": 0, + "node": 3287000280, + "name": "type=STREAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd0bfc8440", + "size_off": 0, + "node": 3287000280, + "name": "type=STREAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb673a8000", + "size_off": 0, + "node": 3286998928, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "7u", + "type": "unix", + "device": "0xffff88bb673aee80", + "size_off": 0, + "node": 3286998932, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "8u", + "type": "unix", + "device": "0xffff88bb673aea40", + "size_off": 0, + "node": 3286998933, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "9u", + "type": "unix", + "device": "0xffff88bb673aa200", + "size_off": 0, + "node": 3286998934, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb673a9540", + "size_off": 0, + "node": 3286998935, + "name": "type=DGRAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "11r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "12u", + "type": "unix", + "device": "0xffff88bb673ac840", + "size_off": 0, + "node": 3286998936, + "name": "type=STREAM" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-t", + "pid": 2084798, + "tid": 2084832, + "taskcmd": "sd-resolv", + "user": "systemd-timesync", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 1513936, + "node": 17628, + "name": "/usr/lib/systemd/systemd-networkd" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 27072, + "node": 3639, + "name": "/usr/lib/x86_64-linux-gnu/libcap-ng.so.0.0.0" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 613064, + "node": 15255, + "name": "/usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.4" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 133200, + "node": 3676, + "name": "/usr/lib/x86_64-linux-gnu/libaudit.so.1.0.0" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 149760, + "node": 3655, + "name": "/usr/lib/x86_64-linux-gnu/libgpg-error.so.0.32.1" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 170456, + "node": 3966, + "name": "/usr/lib/x86_64-linux-gnu/liblzma.so.5.2.5" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 841808, + "node": 4078, + "name": "/usr/lib/x86_64-linux-gnu/libzstd.so.1.4.8" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 166280, + "node": 4053, + "name": "/usr/lib/x86_64-linux-gnu/libselinux.so.1" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125360, + "node": 4821, + "name": "/usr/lib/x86_64-linux-gnu/libseccomp.so.2.5.3" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 67736, + "node": 27242, + "name": "/usr/lib/x86_64-linux-gnu/libpam.so.0.85.1" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 4455728, + "node": 7731, + "name": "/usr/lib/x86_64-linux-gnu/libcrypto.so.3" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 273064, + "node": 29898, + "name": "/usr/lib/x86_64-linux-gnu/libmount.so.1.1.0" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125152, + "node": 3667, + "name": "/usr/lib/x86_64-linux-gnu/liblz4.so.1.9.3" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108760, + "node": 4815, + "name": "/usr/lib/x86_64-linux-gnu/libkmod.so.2.3.7" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 35440, + "node": 2807, + "name": "/usr/lib/x86_64-linux-gnu/libip4tc.so.2.0.0" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 1296312, + "node": 3651, + "name": "/usr/lib/x86_64-linux-gnu/libgcrypt.so.20.3.4" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 198664, + "node": 3645, + "name": "/usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 39024, + "node": 4970, + "name": "/usr/lib/x86_64-linux-gnu/libcap.so.2.44" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 220208, + "node": 3130, + "name": "/usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 34888, + "node": 3672, + "name": "/usr/lib/x86_64-linux-gnu/libacl.so.1.1.2301" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40579, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2840280, + "node": 9271, + "name": "/usr/lib/systemd/libsystemd-shared-249.so" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "DEL", + "type": "REG", + "device": "252,1", + "size_off": null, + "node": 40573, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb70c6e1c0", + "size_off": 0, + "node": 3287004545, + "name": "type=STREAM" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb70c6e1c0", + "size_off": 0, + "node": 3287004545, + "name": "type=STREAM" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "3u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 12920, + "name": "ROUTE" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "4u", + "type": "unix", + "device": "0xffff88bb70c6c400", + "size_off": 0, + "node": 3287004559, + "name": "type=DGRAM" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "6u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "7u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[signalfd]" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "9u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3287004564, + "name": "GENERIC" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "10u", + "type": "netlink", + "device": null, + "size_off": 0, + "node": 3287004565, + "name": "KOBJECT_UEVENT" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70c6b300", + "size_off": 0, + "node": 3287004566, + "name": "type=DGRAM" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "12u", + "type": "unix", + "device": "0xffff88bb70c6fb40", + "size_off": 0, + "node": 3287004567, + "name": "type=DGRAM" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "13u", + "type": "unix", + "device": "0xffff88bb70c6cc80", + "size_off": 0, + "node": 3287004568, + "name": "type=DGRAM" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "14u", + "type": "unix", + "device": "0xffff88bb70c6f700", + "size_off": 0, + "node": 3287004569, + "name": "type=DGRAM" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "15u", + "type": "unix", + "device": "0xffff88bb70c6d940", + "size_off": 0, + "node": 3287004570, + "name": "type=STREAM" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "16u", + "type": "sock", + "device": "0,8", + "size_off": 0, + "node": 3287004578, + "name": "protocol: UDP" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "17u", + "type": "pack", + "device": "3287004636", + "size_off": 0, + "node": 35020, + "name": "type=SOCK_RAW" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "18u", + "type": "raw6", + "device": null, + "size_off": 0, + "node": 3287004637, + "name": "00000000000000000000000000000000:003A->00000000000000000000000000000000:0000 st=07" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "19u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[timerfd]" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "20u", + "type": "pack", + "device": "3287004645", + "size_off": 0, + "node": 35020, + "name": "type=SOCK_RAW" + }, + { + "command": "systemd-n", + "pid": 2085078, + "tid": null, + "taskcmd": null, + "user": "systemd-network", + "fd": "21u", + "type": "raw6", + "device": null, + "size_off": 0, + "node": 3287004646, + "name": "00000000000000000000000000000000:003A->00000000000000000000000000000000:0000 st=07" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291330, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291331, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291332, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291333, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291334, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291335, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291336, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291338, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291339, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2291341, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105184785, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1054302102, + "name": "pipe" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105184791, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a43a29be2bd46dbd4e810b402dd588acd6487cad5998d6cb61dab0fe08af1a86/log" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bd1210d0c0", + "size_off": 0, + "node": 1054306709, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bcfbdb0000", + "size_off": 0, + "node": 1054310980, + "name": "/run/containerd/s/f0807ec9f00d211d97483fa395bea4afdda9cf31d5cca94fb982c0793aa2b215 type=STREAM" + }, + { + "command": "container", + "pid": 2291328, + "tid": 2407432, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb45a8bfc0", + "size_off": 0, + "node": 1054311135, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308465, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308466, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308468, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308469, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308470, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308480, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308481, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308482, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2308483, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105196372, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1055067036, + "name": "pipe" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105196376, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/103f1239943c16d3744f5423bc75211f71fe847e7ac8cbc1179626ee4af05263/log" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb4938bfc0", + "size_off": 0, + "node": 1055068545, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855d80", + "size_off": 0, + "node": 1055067039, + "name": "/run/containerd/s/9602fe96f440d8988de2f690b8e2c2afb29ce966eca2fc25531b718cb7ac08c1 type=STREAM" + }, + { + "command": "container", + "pid": 2308462, + "tid": 2563284, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bc37615940", + "size_off": 0, + "node": 1055073696, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 1057819, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402652, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402653, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402654, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402655, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402656, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402657, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402661, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2402663, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 2403319, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105260382, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1057551679, + "name": "pipe" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105260386, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/278be6024fb2b79f2dd15f68b7e1a0c1cde74c05ba1395ec39ac872a1969f3b8/log" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96988000", + "size_off": 0, + "node": 1057551674, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bce2c63740", + "size_off": 0, + "node": 1057554380, + "name": "/run/containerd/s/8a70daa5f27f78a71b9a5d3c69a3eb5be8b00e6a1795b2543d3b64e619db4d5e type=STREAM" + }, + { + "command": "container", + "pid": 2402651, + "tid": 3820644, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88ba7c395d80", + "size_off": 0, + "node": 1057556746, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 326033, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450209, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450210, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450211, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450212, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450213, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450214, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450215, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450216, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2450217, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 3458361, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbefcad500", + "size_off": 0, + "node": 138024375, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 53137301, + "name": "pipe" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 3458365, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39fc404a62b4c552a8aed48945aeb92dece2ff74e57136c3b649d23655068be4/log" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2450208, + "tid": 2451215, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989dc0", + "size_off": 0, + "node": 53135276, + "name": "/run/containerd/s/675aa6cd11d4802d99d273e52de304bb8c7a6196fc0d43e6372684b18da1ea0c type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 905547, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655487, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655488, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655489, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655490, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655491, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655492, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655493, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655494, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2655495, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108181593, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1180482190, + "name": "pipe" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108181597, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/df6da04337715aaa226a63d6e9e7d18c72f11ac742352d6c8274b45ed4975a0b/log" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bf09293b80", + "size_off": 0, + "node": 1180482824, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb4b7b0880", + "size_off": 0, + "node": 1180482191, + "name": "/run/containerd/s/74d3f81a383b709240d26dd0e80c9fbbeedbfea6afa7a4811c1b2f87b4d72d20 type=STREAM" + }, + { + "command": "container", + "pid": 2655486, + "tid": 2750881, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc376150c0", + "size_off": 0, + "node": 1180475703, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731892, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731893, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731894, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731895, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731898, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731899, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731900, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731905, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731909, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 2731911, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105481136, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1065934160, + "name": "pipe" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105481140, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a19218f2e34ecbf524ca9496b7ab52e8e1f2e6467e5276d28060e6504fafb96c/log" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb45a88440", + "size_off": 0, + "node": 1065933181, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb53bacc80", + "size_off": 0, + "node": 1065930369, + "name": "/run/containerd/s/e4687a4ff5f45a6a411ae2a603803a6144af3e07639153149d5fee6438ad6c28 type=STREAM" + }, + { + "command": "container", + "pid": 2731891, + "tid": 3096431, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb70853740", + "size_off": 0, + "node": 1065934346, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 665668, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764382, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764383, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764384, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764385, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764386, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764387, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764388, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764389, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2764390, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 155486142, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3353474700, + "name": "pipe" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 155486146, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/e1742254610f1bf374b9e66ed335dd079cfb27320a38a221fc738422cff530b7/log" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bce2c65940", + "size_off": 0, + "node": 3353475420, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bfbac73fc0", + "size_off": 0, + "node": 3353472890, + "name": "/run/containerd/s/3c95aeb4a23611a3ab6d0d9d47285e0c4852f418f434786a2a39704a35ee639d type=STREAM" + }, + { + "command": "container", + "pid": 2764381, + "tid": 2765524, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bce2c62200", + "size_off": 0, + "node": 3353475469, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 395909, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 1123231, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898507, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898508, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898509, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898510, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898511, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898512, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898513, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898514, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108342370, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1187458241, + "name": "pipe" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108342374, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/39a543313a3a8d3cf8adcb92c60e8ee668503e96cf3f6f9b9a2b09b00724c590/log" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bbc88fa200", + "size_off": 0, + "node": 1187459161, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf09292ec0", + "size_off": 0, + "node": 1187454741, + "name": "/run/containerd/s/5546872f9d96eb996db4d6a2ad93c0414dfe6c24f80c8f8f74574521e4f04164 type=STREAM" + }, + { + "command": "container", + "pid": 2898505, + "tid": 2898515, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb96272200", + "size_off": 0, + "node": 1187458310, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 80732, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 1064194, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937431, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937432, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937433, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937434, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937436, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937437, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937438, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937439, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 108367713, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1188748159, + "name": "pipe" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 108367717, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/0345ba8497e0223ab40c8cc7c324d89739449b879b517e3a86bbc71646c694ef/log" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bb96989980", + "size_off": 0, + "node": 1188749782, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbcd940", + "size_off": 0, + "node": 1188746843, + "name": "/run/containerd/s/12a812ad4f863e6c87f18acb2d0d2093f8e0af395d3202c5e22607d722abcd10 type=STREAM" + }, + { + "command": "container", + "pid": 2937430, + "tid": 2937440, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88be3ce59980", + "size_off": 0, + "node": 1188751757, + "name": "type=STREAM" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 322424, + "node": 44154, + "name": "/usr/bin/atop" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 108936, + "node": 14917, + "name": "/usr/lib/x86_64-linux-gnu/libz.so.1.2.11" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 200136, + "node": 3978, + "name": "/usr/lib/x86_64-linux-gnu/libtinfo.so.6.3" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 239696, + "node": 19837, + "name": "/usr/lib/x86_64-linux-gnu/libncursesw.so.6.3" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bf09292a80", + "size_off": 0, + "node": 1690413825, + "name": "type=STREAM" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bf09292a80", + "size_off": 0, + "node": 1690413825, + "name": "type=STREAM" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "raw", + "device": null, + "size_off": 0, + "node": 1690413872, + "name": "00000000:00FF->00000000:0000 st=07" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "REG", + "device": "252,1", + "size_off": 22544460, + "node": 14020, + "name": "/var/log/atop/atop_20240606" + }, + { + "command": "atop", + "pid": 3188723, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6rr", + "type": "REG", + "device": "0,26", + "size_off": 640000, + "node": 175447012, + "name": "/run/pacct_shadow.d/0000000075.paf" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 122774, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 1215854, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248493, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248494, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248495, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248496, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248500, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248501, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248502, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248962, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 105826769, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb42c74400", + "size_off": 0, + "node": 1079559336, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1079552917, + "name": "pipe" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 105826773, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/fb4e598d74cc469c23bf71f6619691ac72d3a3d6f99bd3dba39fab93b3796077/log" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88ba4dbc9100", + "size_off": 0, + "node": 1079549790, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "container", + "pid": 3248483, + "tid": 3248965, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88ba4dbc8440", + "size_off": 0, + "node": 1079552920, + "name": "/run/containerd/s/b24aa879e6163493187c6809f1dd29f01b0cb0cc2baa4e923e4d7646a30ba454 type=STREAM" + }, + { + "command": "kworker/6", + "pid": 3272741, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 3272741, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 3272741, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/3272741/exe" + }, + { + "command": "kworker/0", + "pid": 3275142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 3275142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/0", + "pid": 3275142, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/3275142/exe" + }, + { + "command": "kworker/1", + "pid": 3276744, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 3276744, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/1", + "pid": 3276744, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/3276744/exe" + }, + { + "command": "kworker/6", + "pid": 3284680, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 3284680, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/6", + "pid": 3284680, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/3284680/exe" + }, + { + "command": "kworker/2", + "pid": 3285326, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 3285326, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/2", + "pid": 3285326, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/3285326/exe" + }, + { + "command": "kworker/7", + "pid": 3285716, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 3285716, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "kworker/7", + "pid": 3285716, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "unknown", + "device": null, + "size_off": null, + "node": null, + "name": "/proc/3285716/exe" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 125688, + "node": 1589, + "name": "/usr/bin/dash" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "sh", + "pid": 3349360, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10r", + "type": "REG", + "device": "252,1", + "size_off": 249, + "node": 598576, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/bin/code-server" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349365, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349366, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349367, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349368, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349369, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349370, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349371, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349372, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349373, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 43968, + "node": 597400, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/vsda/build/Release/vsda.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "4r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "5w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706237, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706238, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "8u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "10r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "11w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710597, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "12u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "14r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "15w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693706239, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "16u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "17r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "18u", + "type": "unix", + "device": "0xffff88ba4dbcc840", + "size_off": 0, + "node": 1693712387, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb49cba640", + "size_off": 0, + "node": 1693712389, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "unix", + "device": "0xffff88bbbd456a40", + "size_off": 0, + "node": 1746006000, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "23u", + "type": "unix", + "device": "0xffff88bfbcc1a200", + "size_off": 0, + "node": 1746008989, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "24u", + "type": "unix", + "device": "0xffff88bb70853b80", + "size_off": 0, + "node": 1765566423, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "25r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "27u", + "type": "unix", + "device": "0xffff88bbafafa200", + "size_off": 0, + "node": 1693711733, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "28u", + "type": "unix", + "device": "0xffff88bce2c65500", + "size_off": 0, + "node": 1730195624, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "29u", + "type": "unix", + "device": "0xffff88bbb15b0cc0", + "size_off": 0, + "node": 1693718843, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "30u", + "type": "unix", + "device": "0xffff88bb93aa3740", + "size_off": 0, + "node": 1757391247, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "31u", + "type": "unix", + "device": "0xffff88bccac12640", + "size_off": 0, + "node": 1765570953, + "name": "/run/user/1000/vscode-ipc-5a3bb6a2-8208-47f7-a906-7deed81db5ea.sock type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "33u", + "type": "unix", + "device": "0xffff88bc20676e80", + "size_off": 0, + "node": 1765569928, + "name": "/tmp/code-dc5f1a03-e15f-4e3c-adc3-4d1ff2fa8482 type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "35u", + "type": "unix", + "device": "0xffff88bce2ebdd80", + "size_off": 0, + "node": 1765569931, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "37u", + "type": "unix", + "device": "0xffff88bd0bfcd0c0", + "size_off": 0, + "node": 1765567200, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "39u", + "type": "unix", + "device": "0xffff88bce2ebc400", + "size_off": 0, + "node": 1765569933, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "42u", + "type": "unix", + "device": "0xffff88bce2eb8cc0", + "size_off": 0, + "node": 1765569935, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "44u", + "type": "unix", + "device": "0xffff88bce2ebbb80", + "size_off": 0, + "node": 1765569937, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "99u", + "type": "unix", + "device": "0xffff88bd0bfcee80", + "size_off": 0, + "node": 1746006011, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349364, + "tid": 3349374, + "taskcmd": "node", + "user": "pockethost", + "fd": "109u", + "type": "unix", + "device": "0xffff88bb70c6dd80", + "size_off": 0, + "node": 1746329772, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 879770, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349527, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349529, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349530, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349531, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349532, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349534, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349539, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349540, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349541, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 525320, + "node": 597930, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@vscode/spdlog/build/Release/spdlog.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 77984, + "node": 598058, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/node-pty/build/Release/pty.node" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21349, + "name": "/usr/lib/x86_64-linux-gnu/libutil.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbafafa640", + "size_off": 0, + "node": 1693711734, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713444, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693713445, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707078, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693707079, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "21w", + "type": "REG", + "device": "252,1", + "size_off": 14080, + "node": 527731, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/ptyhost.log" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "22u", + "type": "CHR", + "device": "5,2", + "size_off": 0, + "node": 87, + "name": "/dev/ptmx" + }, + { + "command": "node", + "pid": 3349526, + "tid": 3349542, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": null, + "taskcmd": null, + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349936, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349937, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349938, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349939, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349940, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349941, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349942, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349943, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349944, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349945, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349946, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 258103, + "name": "/home/pockethost" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 92350992, + "node": 598516, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 550048, + "node": 598165, + "name": "/home/pockethost/.vscode-server/cli/servers/Stable-dc96b837cf6bb4af9cd736aa3af08cf8279f7685/server/node_modules/@parcel/watcher/build/Release/watcher.node" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "1w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710593, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "2w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710594, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "3u", + "type": "unix", + "device": "0xffff88bbb15b6a40", + "size_off": 0, + "node": 1693718844, + "name": "type=STREAM" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710203, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710204, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693715105, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693710205, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "19w", + "type": "REG", + "device": "252,1", + "size_off": 30570, + "node": 527723, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/remoteagent.log" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "20r", + "type": "CHR", + "device": "1,9", + "size_off": 0, + "node": 10, + "name": "/dev/urandom" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "21r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "22w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693711209, + "name": "pipe" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "23r", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "inotify" + }, + { + "command": "node", + "pid": 3349935, + "tid": 3349947, + "taskcmd": "node", + "user": "pockethost", + "fd": "26w", + "type": "REG", + "device": "252,1", + "size_off": 0, + "node": 527728, + "name": "/home/pockethost/.vscode-server/data/logs/20240606T014533/network.log" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365404, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365405, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365406, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365407, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365408, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365409, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365416, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365417, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365418, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb53bac400", + "size_off": 0, + "node": 1693950644, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bb53babfc0", + "size_off": 0, + "node": 1693950646, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb53bab300", + "size_off": 0, + "node": 1693950648, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb53badd80", + "size_off": 0, + "node": 1693950650, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956098, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956099, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693956100, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693948732, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb70852200", + "size_off": 0, + "node": 1693956110, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3365403, + "tid": 3365419, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70852640", + "size_off": 0, + "node": 1693956109, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371269, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371270, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371271, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371272, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371273, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371274, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371280, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371281, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371282, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc98c5d500", + "size_off": 0, + "node": 1693968814, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc98c58440", + "size_off": 0, + "node": 1693968816, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc98c5aec0", + "size_off": 0, + "node": 1693968818, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc98c59dc0", + "size_off": 0, + "node": 1693968820, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966196, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693966197, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693971524, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693969559, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bce2eba200", + "size_off": 0, + "node": 1693969567, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3371268, + "tid": 3371283, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bce2eb9540", + "size_off": 0, + "node": 1693969566, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375068, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375069, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375070, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375071, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375072, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375077, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375080, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375081, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375082, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bd5866aec0", + "size_off": 0, + "node": 1694006449, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bd5866a640", + "size_off": 0, + "node": 1694006451, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bd5866f2c0", + "size_off": 0, + "node": 1694006453, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bd5866bb80", + "size_off": 0, + "node": 1694006455, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078250, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078251, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1693977498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694078252, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb53bab740", + "size_off": 0, + "node": 1693982126, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3375067, + "tid": 3375083, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb70854840", + "size_off": 0, + "node": 1693978920, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389706, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389707, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389708, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389709, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389710, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389711, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389718, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389719, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389720, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bce2c60440", + "size_off": 0, + "node": 1694517413, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bce2c67700", + "size_off": 0, + "node": 1694517415, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bb6d89cc80", + "size_off": 0, + "node": 1694517417, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb6d89b740", + "size_off": 0, + "node": 1694517419, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512496, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512497, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694516486, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694512498, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bf78113fc0", + "size_off": 0, + "node": 1694515363, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3389705, + "tid": 3389721, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bf78113740", + "size_off": 0, + "node": 1694515362, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399552, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399553, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399554, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399555, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399556, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399557, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399564, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399565, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399566, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc37611540", + "size_off": 0, + "node": 1694929460, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc37610000", + "size_off": 0, + "node": 1694929462, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc37610880", + "size_off": 0, + "node": 1694929464, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bf78110cc0", + "size_off": 0, + "node": 1694929466, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930236, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930237, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694924694, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694930238, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bc206750c0", + "size_off": 0, + "node": 1694926433, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3399551, + "tid": 3399567, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bc20675500", + "size_off": 0, + "node": 1694926432, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401784, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401785, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401786, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401787, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401788, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401789, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401794, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401795, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401796, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bb9698b300", + "size_off": 0, + "node": 1694981416, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc3b51aec0", + "size_off": 0, + "node": 1694981418, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88bc3b51cc80", + "size_off": 0, + "node": 1694981420, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bc3b51bfc0", + "size_off": 0, + "node": 1694981422, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983392, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983393, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983394, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983395, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bb4819ee80", + "size_off": 0, + "node": 1694982290, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401783, + "tid": 3401797, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bb48198000", + "size_off": 0, + "node": 1694982289, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401975, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401976, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401977, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401978, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401979, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401980, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401987, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401988, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401989, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 780304, + "name": "/root/.pm2/modules/pm2-health/node_modules/pm2-health" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 111376912, + "node": 1816, + "name": "/usr/local/bin/node" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2220400, + "node": 21333, + "name": "/usr/lib/x86_64-linux-gnu/libc.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 21448, + "node": 21345, + "name": "/usr/lib/x86_64-linux-gnu/libpthread.so.0" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 125488, + "node": 7195, + "name": "/usr/lib/x86_64-linux-gnu/libgcc_s.so.1" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 940560, + "node": 21336, + "name": "/usr/lib/x86_64-linux-gnu/libm.so.6" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 2260296, + "node": 2235, + "name": "/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.30" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 14432, + "node": 21335, + "name": "/usr/lib/x86_64-linux-gnu/libdl.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "mem", + "type": "REG", + "device": "252,1", + "size_off": 240936, + "node": 20685, + "name": "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "0u", + "type": "unix", + "device": "0xffff88bc20676600", + "size_off": 0, + "node": 1694985325, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "1u", + "type": "unix", + "device": "0xffff88bc20670440", + "size_off": 0, + "node": 1694985327, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "2u", + "type": "unix", + "device": "0xffff88be3ce5ee80", + "size_off": 0, + "node": 1694985329, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "3u", + "type": "unix", + "device": "0xffff88bb4b7b5d80", + "size_off": 0, + "node": 1694985331, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "4u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "5r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "6w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982536, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "7r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982537, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "10u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "11r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "12w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694983562, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "13u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "14u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "15r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "16w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1694982538, + "name": "pipe" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "17u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventfd]" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "18r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "19u", + "type": "unix", + "device": "0xffff88bbc88fcc80", + "size_off": 0, + "node": 1694980090, + "name": "type=STREAM" + }, + { + "command": "node\\x20/", + "pid": 3401974, + "tid": 3401990, + "taskcmd": "node", + "user": "root", + "fd": "20u", + "type": "unix", + "device": "0xffff88bbc88fbfc0", + "size_off": 0, + "node": 1694980089, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 2004318, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891088, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891089, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891090, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891091, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891092, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891093, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891094, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891095, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3891122, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 36693404, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 3114040331, + "name": "pipe" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 36693408, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/2255b14be7a916d790fc1efaeb1778e04888c2b63c9a2e6b7166ef181cd08187/log" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bfbcc1ee80", + "size_off": 0, + "node": 3114039311, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb70855500", + "size_off": 0, + "node": 3114018353, + "name": "/run/containerd/s/b45167d5220cfbb06d2f86a0c09a94c7c62eda1c577a7a93b08135f6153e1aee type=STREAM" + }, + { + "command": "container", + "pid": 3891087, + "tid": 3892341, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bc98c5f2c0", + "size_off": 0, + "node": 3114036858, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3643005, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940477, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940478, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940479, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940480, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940481, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940482, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940483, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940484, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940485, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 88005948, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1839482945, + "name": "pipe" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 88005952, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/41a4f74d596c9677f81347cd941933ecdefb826fe8e7fd77be623af5a61d6531/log" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88be3ce5f700", + "size_off": 0, + "node": 1839481134, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb6d89aec0", + "size_off": 0, + "node": 1839482946, + "name": "/run/containerd/s/a741ff76c9c7515e0128681cc2e5a3eca9fc8a15172d0ac41347f89ac57e4109 type=STREAM" + }, + { + "command": "container", + "pid": 3940476, + "tid": 3940973, + "taskcmd": "container", + "user": "root", + "fd": "21u", + "type": "unix", + "device": "0xffff88bb6d899100", + "size_off": 0, + "node": 1839479440, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 2725457, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101067, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101068, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101069, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101070, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101071, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101072, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101073, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101074, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4101336, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109136047, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1220889598, + "name": "pipe" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109136051, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/9ee53b678a4400e75d5048f95326996bfcefe6411d0dcc8f07641591e74ff92f/log" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bebf9aa640", + "size_off": 0, + "node": 1220832630, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bf78111100", + "size_off": 0, + "node": 1220886824, + "name": "/run/containerd/s/983b349c713089e7ffb808e5fd6304fdb0e924bb3c8c107c69bf937801e9d57b type=STREAM" + }, + { + "command": "container", + "pid": 4101066, + "tid": 4146520, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bd0bfcbb80", + "size_off": 0, + "node": 1220887032, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": null, + "taskcmd": null, + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 860922, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 2603272, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120729, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120730, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120731, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120732, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120734, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120735, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120736, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4120737, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "cwd", + "type": "DIR", + "device": "0,26", + "size_off": 240, + "node": 109149186, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "rtd", + "type": "DIR", + "device": "252,1", + "size_off": 4096, + "node": 2, + "name": "/" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "txt", + "type": "REG", + "device": "252,1", + "size_off": 9605272, + "node": 6711, + "name": "/usr/bin/containerd-shim-runc-v2" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "0r", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "1w", + "type": "CHR", + "device": "1,3", + "size_off": 0, + "node": 5, + "name": "/dev/null" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "2w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "4u", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "5u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "6r", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "7w", + "type": "FIFO", + "device": "0,13", + "size_off": 0, + "node": 1221032838, + "name": "pipe" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "8w", + "type": "FIFO", + "device": "0,26", + "size_off": 0, + "node": 109149190, + "name": "/run/containerd/io.containerd.runtime.v2.task/moby/a917c4dfd2398746f292d12a27705a90582a0b65b4f5f4cdc47334a6a49f724d/log" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "9u", + "type": "a_inode", + "device": "0,14", + "size_off": 0, + "node": 12540, + "name": "[eventpoll]" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "10u", + "type": "unix", + "device": "0xffff88bc0e949dc0", + "size_off": 0, + "node": 1221021513, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "11u", + "type": "unix", + "device": "0xffff88bb9698e1c0", + "size_off": 0, + "node": 1221021517, + "name": "/run/containerd/s/90de2ba6187ca7b2931a513e34a962846ad90660f4f78bd4ed808e15e64c5762 type=STREAM" + }, + { + "command": "container", + "pid": 4120728, + "tid": 4121043, + "taskcmd": "container", + "user": "root", + "fd": "22u", + "type": "unix", + "device": "0xffff88bb93aa4c80", + "size_off": 0, + "node": 1221029233, + "name": "type=STREAM" + } +] diff --git a/packages/pockethost/src/cli/lsof.ts b/packages/pockethost/src/cli/lsof.ts new file mode 100644 index 00000000..15355922 --- /dev/null +++ b/packages/pockethost/src/cli/lsof.ts @@ -0,0 +1,71 @@ +import { map } from '@s-libs/micro-dash' +import { execSync } from 'child_process' +import fs from 'fs' + +// Define the structure of the input JSON +export interface Process { + command: string + ppid: number | null + pid: number + tid: number | null + taskcmd: string | null + user: string + fd: string + type: string + device: string + size_off: number + node: number + name: string + childCount: number +} + +// Load and parse the JSON file +const data: Process[] = JSON.parse(fs.readFileSync('lsof.json', 'utf-8')) + +const rollup = () => { + const cached: { [_: string]: number } = {} + data.forEach((proc) => { + const { command } = proc + if (!cached[command]) cached[command] = 0 + cached[command]++ + }) + + map(cached, (v, k) => { + return { v, k } + }) + .filter(({ v, k }) => { + return v > 1000 + }) + .sort((a, b) => { + return b.v - a.v + }) + .forEach(({ v, k }) => { + console.log(`${k}: ${v}`) + }) +} + +const parent = () => { + const cached: { [_: string]: number | null } = {} + data.forEach((proc) => { + const { pid } = proc + const ppid = (() => { + if (pid in cached) { + return cached[pid]! + } + console.log(`miss. ${pid} is not in cache`) + try { + const psOutput = execSync(`ps -o ppid= -p ${proc.pid}`) + const ppid = parseInt(psOutput.toString().trim(), 10) + cached[pid] = ppid + return ppid + } catch (e) { + cached[pid] = null + } + return cached[pid]! + })() + proc.ppid = ppid + console.log(`${pid}->${ppid}`) + }) +} + +rollup()